Skip to content

Commit 1dbaf42

Browse files
committed
chore: bump version to v0.3.3
1 parent e06802f commit 1dbaf42

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

33
<Empty>
44

5+
<a name="v0.3.3"></a>
6+
## v0.3.3 (2021-06-10)
7+
8+
> Requires Rust: rustc 1.52.1 (9bc8c42bb 2021-05-09)
9+
10+
#### Improvements
11+
12+
* Implement static file serving addon
13+
14+
Introduce the Addon concept to write application logic out of the
15+
server implementation itself and aim to a modularized architecture.
16+
17+
Implements a static file serving addon to support sending files to
18+
the client. The static file serving addon also provides a scoped
19+
file system abstraction which securely resolve files in the file system
20+
tree.
21+
522
<a name="v0.3.2"></a>
623
## v0.3.2 (2021-06-08)
724

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.3.2"
3+
version = "0.3.3"
44
authors = ["Esteban Borai <estebanborai@gmail.com>"]
55
edition = "2018"
66
description = "Simple and configurable command-line HTTP server"

0 commit comments

Comments
 (0)