Skip to content

Commit 60aeb1e

Browse files
committed
chore: bump to v0.2.2
1 parent f1da1c5 commit 60aeb1e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

33
<Empty>
44

5+
<a name="v0.2.2"></a>
6+
## v0.2.2 (2021-04-22)
7+
8+
> Requires Rust: rustc 1.49.0 (e1884a8e3 2020-12-29)
9+
10+
#### Fixes
11+
12+
* Fix issue where the root_path is taken _as is_ from the CLI
13+
arguments resulting on `./` instead of the current working
14+
directory for the `FileExplorer`
15+
516
<a name="v0.2.1"></a>
617
## v0.2.1 (2021-04-22)
718

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

0 commit comments

Comments
 (0)