aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-07-20 21:36:45 +0000
committerGitHub <noreply@github.com>2020-07-20 21:36:45 +0000
commitc55b0252d31621e2cc81af86f5796e8218fa6a91 (patch)
treeb4f5e089ee57898dc877b0e882f848422ffc9442
parentMerge pull request #342 from svenstaro/dependabot/cargo/log-0.4.11 (diff)
downloadminiserve-c55b0252d31621e2cc81af86f5796e8218fa6a91.tar.gz
miniserve-c55b0252d31621e2cc81af86f5796e8218fa6a91.zip
Change CHANGELOG.md format to keepachangelog.com
-rw-r--r--CHANGELOG.md23
1 files changed, 19 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9f3373..056fc8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,32 @@
-# 0.8.0 - TBA
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
+and this project adheres to [Semantic Versioning](http://semver.org/).
+
+<!-- next-header -->
+
+## [Unreleased] - ReleaseDate
- Accept port 0 to find a random free port and use that [#327](https://github.com/svenstaro/miniserve/pull/327) (thanks @parrotmac)
- Show QR code in interface [#330](https://github.com/svenstaro/miniserve/pull/330) (thanks @wyhaya)
-# 0.7.0 - 2020-05-14
+## [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
+## [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)
- Add a default index serving option [#189](https://github.com/svenstaro/miniserve/pull/189)
-# 0.5.0 - 2019-06-24
+## [0.5.0] - 2019-06-24
- Add streaming download of tar archives (thanks @gyscos)
- Add support for hashed passwords (thanks @KSXGitHub)
- Add support for multiple auth flags (thanks @KSXGitHub)
- Some theme related bug fixes (thanks @boastful-squirrel)
+
+<!-- next-url -->
+[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.7.0...HEAD
+[0.7.0]: https://github.com/svenstaro/miniserve/compare/v0.6.0...v0.7.0
+[0.6.0]: https://github.com/svenstaro/miniserve/compare/v0.5.0...v0.6.0
+[0.5.0]: https://github.com/svenstaro/miniserve/compare/v0.4.0...v0.5.0