Skip to content

Commit 558d24b

Browse files
committed
chore(release): v0.5.1
1 parent d08772b commit 558d24b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

33
<Empty>
44

5+
<a name="v0.5.1"></a>
6+
## v0.5.1 (2021-07-19)
7+
8+
> Requires Rust: rustc 1.52.1 (9bc8c42bb 2021-05-09)
9+
10+
#### Fixes
11+
12+
* Fix missing HTML "charset" `meta` tag causing weird renders on Windows 10
13+
machines. Thanks to @ttys3 for the contribution! [PR25](https://github.com/EstebanBorai/http-server/pull/25)
14+
515
<a name="v0.5.0"></a>
616
## v0.5.0 (2021-07-13)
717

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.0"
3+
version = "0.5.1"
44
authors = ["Esteban Borai <[email protected]>"]
55
edition = "2018"
66
description = "Simple and configurable command-line HTTP server"

0 commit comments

Comments
 (0)