diff options
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 e654110..eebb976 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.27.1] - 2024-03-16 - Add `Add file and folder symbols` [#1365](https://github.com/svenstaro/miniserve/pull/1365) (thanks @chaibiq) ## [0.27.0] - 2024-03-16 @@ -196,7 +198,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.27.0...HEAD +[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.27.1...HEAD +[0.27.1]: https://github.com/svenstaro/miniserve/compare/v0.27.0...v0.27.1 [0.27.0]: https://github.com/svenstaro/miniserve/compare/v0.26.0...v0.27.0 [0.26.0]: https://github.com/svenstaro/miniserve/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/svenstaro/miniserve/compare/v0.24.0...v0.25.0 |