aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-06-29 00:53:38 +0000
committerGitHub <noreply@github.com>2020-06-29 00:53:38 +0000
commit1904c4e947f0c0549b78c4bb94f55f529e4916ba (patch)
tree4650ed170107583b0b46384e5e7b1fcf0cabdc17
parentMake clippy and cargo fmt happy (diff)
downloadminiserve-1904c4e947f0c0549b78c4bb94f55f529e4916ba.tar.gz
miniserve-1904c4e947f0c0549b78c4bb94f55f529e4916ba.zip
Start 0.8.0
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb7a1cd..1c574d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,5 @@
+# 0.8.0 - TBA
+
# 0.7.0 - 2020-05-14
- Add zip archiving [#297](https://github.com/svenstaro/miniserve/pull/297) (thanks @marawan31)