Skip to content

Commit cb53a41

Browse files
author
Home
committed
Prepare for release v0.53.0.0
1 parent 60eea33 commit cb53a41

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ user in the changelog.
55

66
## [Unreleased]
77

8+
## [0.53.0.0] - 2025-04-17
9+
810
### Fixed
911

1012
* By upgrading a dependency (Venusia), fix README.txt link in directory listings
@@ -348,7 +350,8 @@ Gearing up for server daemon.
348350

349351
* Initial release
350352

351-
[unreleased]: https://github.com/someodd/bore/compare/v0.52.0.0...HEAD
353+
[unreleased]: https://github.com/someodd/bore/compare/v0.53.0.0...HEAD
354+
[0.53.0.0]: https://github.com/someodd/bore/compare/v0.52.0.0...v0.53.0.0
352355
[0.52.0.0]: https://github.com/someodd/bore/compare/v0.51.0.0...v0.52.0.0
353356
[0.51.0.0]: https://github.com/someodd/bore/compare/v0.50.0.0...v0.51.0.0
354357
[0.50.0.0]: https://github.com/someodd/bore/compare/v0.49.0.0...v0.50.0.0

bore.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.2
55
-- see: https://github.com/sol/hpack
66

77
name: bore
8-
version: 0.52.0.0
8+
version: 0.53.0.0
99
synopsis: Build gopherholes.
1010
description: Static site builder, but for gopherholes. Manage phlogs with tags, use the Markdown renderer and Mustache templating system.
1111
category: Network

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bore
2-
version: 0.52.0.0
2+
version: 0.53.0.0
33
synopsis: Build gopherholes.
44
description: |
55
Static site builder, but for gopherholes. Manage phlogs with tags, use the Markdown renderer and Mustache templating system.

0 commit comments

Comments
 (0)