diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-07-06 08:40:53 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-07-06 08:40:53 +0000 |
commit | b92fae4062dc1c2a7b060375ee8ecb90886eeec0 (patch) | |
tree | be1c68673ea4784366685a0c458261f34e304646 /CHANGELOG.md | |
parent | Fix ANSI color codes are printed when not a tty (diff) | |
download | miniserve-0.24.0.tar.gz miniserve-0.24.0.zip |
chore: Release miniserve version 0.24.0v0.24.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
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 |