From c6451624656517649ccc89dcd14ee6e6835354a0 Mon Sep 17 00:00:00 2001 From: someodd Date: Wed, 9 Oct 2024 23:35:45 -0700 Subject: [PATCH] prep for v0.10.0.0 --- CHANGELOG.md | 5 ++++- package.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5828d27..829d2a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.10.0.0] - 2024-10-09 + ### Fixed * Tag link errors for indexes. I'm being lazy and not testing. @@ -81,7 +83,8 @@ Gearing up for server daemon. * Initial release -[unreleased]: https://github.com/someodd/bore/compare/v0.9.0.0...HEAD +[unreleased]: https://github.com/someodd/bore/compare/v0.10.0.0...HEAD +[0.10.0.0]: https://github.com/someodd/bore/compare/v0.9.0.0...v0.10.0.0 [0.9.0.0]: https://github.com/someodd/bore/compare/v0.8.0.0...v0.9.0.0 [0.8.0.0]: https://github.com/someodd/bore/compare/v0.7.0.0...v0.8.0.0 [0.7.0.0]: https://github.com/someodd/bore/compare/v0.6.0.0...v0.7.0.0 diff --git a/package.yaml b/package.yaml index 637f625..3f1e586 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: bore -version: 0.9.0.0 +version: 0.10.0.0 synopsis: Build gopherholes. description: | Static site builder, but for gopherholes. Manage phlogs with tags, use the Markdown renderer and Mustache templating system.