aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2023-03-01 03:08:11 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2023-03-01 03:08:11 +0000
commitd42145907b831885646ee44ea67fd7f1a9898901 (patch)
tree2220c72c979df8312be0b72273b5868fee31fcc9 /CHANGELOG.md
parentSplit up wget tests (diff)
downloadminiserve-d42145907b831885646ee44ea67fd7f1a9898901.tar.gz
miniserve-d42145907b831885646ee44ea67fd7f1a9898901.zip
chore: Release miniserve version 0.23.0v0.23.0
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f510ae..7f7c653 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
+
+## [0.23.0] - 2023-03-01
- Update to clap v4
- Show localized datetime [#949](https://github.com/svenstaro/miniserve/pull/949) (thanks @IvkinStanislav)
- Fix sorting breaks subdir downloading [#991](https://github.com/svenstaro/miniserve/pull/991) (thanks @Vam-Jam)
@@ -166,7 +168,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Some theme related bug fixes (thanks @boastful-squirrel)
<!-- next-url -->
-[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.22.0...HEAD
+[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.23.0...HEAD
+[0.23.0]: https://github.com/svenstaro/miniserve/compare/v0.22.0...v0.23.0
[0.22.0]: https://github.com/svenstaro/miniserve/compare/v0.21.0...v0.22.0
[0.21.0]: https://github.com/svenstaro/miniserve/compare/v0.20.0...v0.21.0
[0.20.0]: https://github.com/svenstaro/miniserve/compare/v0.19.5...v0.20.0