diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b627b..5ee002c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.13.0.0] - 2024-10-22 + ### Fixed * Search functionality now uses the correct paths for source and output directories @@ -99,7 +101,8 @@ Gearing up for server daemon. * Initial release -[unreleased]: https://github.com/someodd/bore/compare/v0.12.0.0...HEAD +[unreleased]: https://github.com/someodd/bore/compare/v0.13.0.0...HEAD +[0.13.0.0]: https://github.com/someodd/bore/compare/v0.12.0.0...v0.13.0.0 [0.12.0.0]: https://github.com/someodd/bore/compare/v0.11.0.0...v0.12.0.0 [0.11.0.0]: https://github.com/someodd/bore/compare/v0.10.0.0...v0.11.0.0 [0.10.0.0]: https://github.com/someodd/bore/compare/v0.9.0.0...v0.10.0.0 diff --git a/package.yaml b/package.yaml index 4ceb00c..8b50f2f 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: bore -version: 0.12.0.0 +version: 0.13.0.0 synopsis: Build gopherholes. description: | Static site builder, but for gopherholes. Manage phlogs with tags, use the Markdown renderer and Mustache templating system.