Skip to content

Commit 90e9cf5

Browse files
committed
chore(release): release v0.5.5
1 parent b661269 commit 90e9cf5

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

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

33
<Empty>
44

5+
<a name="v0.5.5"></a>
6+
## v0.5.5 (2021-10-03)
7+
8+
> Requires Rust: rustc 1.52.1 (9bc8c42bb 2021-05-09)
9+
10+
#### Feature
11+
12+
* Implements support for uploading artifacts when publishing
13+
14+
#### Fixes
15+
16+
* Dependencies update
17+
518
<a name="v0.5.4"></a>
619
## v0.5.4 (2021-09-09)
720

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ git tag -a <version> -m <message>
210210
**Example**
211211

212212
```sh
213-
git tag -a v0.1.0 -m "First release"
213+
git tag -a v0.1.0 -m "First release"
214214
```
215215

216216
> Tags must follow semver conventions

0 commit comments

Comments
 (0)