diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-05-14 23:49:05 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-05-14 23:49:05 +0000 |
commit | 1cd898efbe54aaea5cad1c57d984cbe64ace8295 (patch) | |
tree | 02be4e581b03451e448f0c6318cc56c9b19e03b7 /CHANGELOG.md | |
parent | Fix arg formatting (diff) | |
download | miniserve-1cd898efbe54aaea5cad1c57d984cbe64ace8295.tar.gz miniserve-1cd898efbe54aaea5cad1c57d984cbe64ace8295.zip |
This is 0.7.0v0.7.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a265b..cb7a1cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.7.0 - 2020-05-14 +- Add zip archiving [#297](https://github.com/svenstaro/miniserve/pull/297) (thanks @marawan31) + # 0.6.0 - 2020-03-14 - Add option to disable archives [#235](https://github.com/svenstaro/miniserve/pull/235) (thanks @DamianX) - Fix minor bug when using `--random-route` [#219](https://github.com/svenstaro/miniserve/pull/219) |