diff options
author | Teddy Wing | 2020-07-17 00:34:22 +0200 |
---|---|---|
committer | Teddy Wing | 2020-07-17 00:34:22 +0200 |
commit | a0fdc3ddaee2458212c27c44bd8c10deeb875d99 (patch) | |
tree | 200bb339f7a99d867ae02b7ae218d63b9b4a0e23 | |
parent | eda49deb67195b0348b013222bb077ac7d381e31 (diff) | |
download | fastcgi-conduit-a0fdc3ddaee2458212c27c44bd8c10deeb875d99.tar.bz2 |
Increase version v0.1.1 -> v0.2.0v0.2.0
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ CHANGELOG ========= +v0.2.0 (2020-07-16): + Additions: + + * Add `FastCgiRequest::path_mut()` method from `conduit::RequestExt`. + v0.1.1 (2020-07-16): Fixes: @@ -1,6 +1,6 @@ [package] name = "fastcgi-conduit" -version = "0.1.1" +version = "0.2.0" edition = "2018" [dependencies] |