From cb15edc372479a47db5e5e33552dc444ade1df63 Mon Sep 17 00:00:00 2001 From: Home Date: Tue, 17 Dec 2024 05:15:13 -0800 Subject: [PATCH] release notes --- CHANGELOG.md | 7 ++++++- package.yaml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ecef74..25558e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ user in the changelog. ## [Unreleased] +## [0.25.0.0] - 2024-12-17 + +* Kind of less hacky Markdown wordwrapping in templating, less buggy + ## [0.24.0.0] - 2024-12-17 ### Added @@ -186,7 +190,8 @@ Gearing up for server daemon. * Initial release -[unreleased]: https://github.com/someodd/bore/compare/v0.24.0.0...HEAD +[unreleased]: https://github.com/someodd/bore/compare/v0.25.0.0...HEAD +[0.25.0.0]: https://github.com/someodd/bore/compare/v0.24.0.0...v0.25.0.0 [0.24.0.0]: https://github.com/someodd/bore/compare/v0.23.0.0...v0.24.0.0 [0.23.0.0]: https://github.com/someodd/bore/compare/v0.22.0.0...v0.23.0.0 [0.22.0.0]: https://github.com/someodd/bore/compare/v0.21.0.0...v0.22.0.0 diff --git a/package.yaml b/package.yaml index 74ffc6a..52378d9 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: bore -version: 0.24.0.0 +version: 0.25.0.0 synopsis: Build gopherholes. description: | Static site builder, but for gopherholes. Manage phlogs with tags, use the Markdown renderer and Mustache templating system.