aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2023-07-06 08:40:53 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2023-07-06 08:40:53 +0000
commitb92fae4062dc1c2a7b060375ee8ecb90886eeec0 (patch)
treebe1c68673ea4784366685a0c458261f34e304646 /CHANGELOG.md
parentFix ANSI color codes are printed when not a tty (diff)
downloadminiserve-569728315f626bf7d672e89d9dd2e1cb2bc77abb.tar.gz
miniserve-569728315f626bf7d672e89d9dd2e1cb2bc77abb.zip
chore: Release miniserve version 0.24.0v0.24.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36caca7..4b2f62b 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.24.0] - 2023-07-06
- Fix ANSI color codes are printed when not a tty [#1095](https://github.com/svenstaro/miniserve/pull/1095)
- Allow parameters to be provided via environment variables [#1160](https://github.com/svenstaro/miniserve/pull/1160)
@@ -176,7 +178,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.23.2...HEAD
+[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.24.0...HEAD
+[0.24.0]: https://github.com/svenstaro/miniserve/compare/v0.23.2...v0.24.0
[0.23.2]: https://github.com/svenstaro/miniserve/compare/v0.23.1...v0.23.2
[0.23.1]: https://github.com/svenstaro/miniserve/compare/v0.23.0...v0.23.1
[0.23.0]: https://github.com/svenstaro/miniserve/compare/v0.22.0...v0.23.0