From 7f298ae201ab262109c8d180b33c69edf01d311e Mon Sep 17 00:00:00 2001 From: someodd Date: Wed, 9 Oct 2024 22:33:14 -0700 Subject: [PATCH] prep v0.9.0.0 --- CHANGELOG.md | 9 ++++++++- bore.cabal | 2 +- package.yaml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2df1cb..38a2e2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [0.9.0.0] - 2024-10-09 + +### Fixed + +* Minor phlog index link errors + ## [0.8.0.0] - 2024-10-09 ### Fixed @@ -71,7 +77,8 @@ Gearing up for server daemon. * Initial release -[unreleased]: https://github.com/someodd/bore/compare/v0.8.0.0...HEAD +[unreleased]: https://github.com/someodd/bore/compare/v0.9.0.0...HEAD +[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 [0.6.0.0]: https://github.com/someodd/bore/compare/v0.5.0.0...v0.6.0.0 diff --git a/bore.cabal b/bore.cabal index 91a19d5..536058d 100644 --- a/bore.cabal +++ b/bore.cabal @@ -5,7 +5,7 @@ cabal-version: 2.2 -- see: https://github.com/sol/hpack name: bore -version: 0.8.0.0 +version: 0.9.0.0 synopsis: Build gopherholes. description: Static site builder, but for gopherholes. Manage phlogs with tags, use the Markdown renderer and Mustache templating system. category: Network diff --git a/package.yaml b/package.yaml index e9c1bc8..637f625 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: bore -version: 0.8.0.0 +version: 0.9.0.0 synopsis: Build gopherholes. description: | Static site builder, but for gopherholes. Manage phlogs with tags, use the Markdown renderer and Mustache templating system.