aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-04-18 04:02:56 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-04-18 04:02:56 +0000
commitdd3f893ab742c9ec61087541824384331ce9fe50 (patch)
tree1a03492b1941597ec557c979c3bd75746ae1c337 /CHANGELOG.md
parentRename compression code references to 'archive' (diff)
downloadminiserve-dd3f893ab742c9ec61087541824384331ce9fe50.tar.gz
miniserve-dd3f893ab742c9ec61087541824384331ce9fe50.zip
Add CHANGELOG entry for bumped deps
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 488ba6d..488a3c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fix URL percent encoding for special characters [#485](https://github.com/svenstaro/miniserve/pull/485) (thanks @aliemjay)
- Wrap breadcrumbs at any char [#496](https://github.com/svenstaro/miniserve/pull/496) (thanks @aliemjay)
- Add separate flags for compressed and uncompressed tar archives [#492](https://github.com/svenstaro/miniserve/pull/492) (thanks @deantvv)
+- Bump deps
## [0.13.0] - 2021-03-28
- Change default log level to `Warn`