Skip to content

Commit 957f8e4

Browse files
committed
chore: bump version v0.5.4
1 parent 33b51d9 commit 957f8e4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
<Empty>
44

5+
<a name="v0.5.4"></a>
6+
## v0.5.4 (2021-09-09)
7+
8+
> Requires Rust: rustc 1.52.1 (9bc8c42bb 2021-05-09)
9+
10+
#### Feature
11+
12+
* Disengage `FileServer` implementation from `FileServerHandler`
13+
14+
> This will open space for incomming addons/capabilities
15+
16+
#### Fixes
17+
18+
* Dependencies update
19+
520
<a name="v0.5.3"></a>
621
## v0.5.3 (2021-08-16)
722

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-server"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
authors = ["Esteban Borai <estebanborai@gmail.com>"]
55
edition = "2018"
66
description = "Simple and configurable command-line HTTP server"

0 commit comments

Comments
 (0)