Skip to content

Commit 81d326f

Browse files
author
Home
committed
Prepare for release v0.51.0.0
1 parent 3633317 commit 81d326f

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.51.0.0] - 2025-04-10
9+
810
### Fixed
911

1012
* Simply upgraded `Venusia` to fix wildcard matching
@@ -336,7 +338,8 @@ Gearing up for server daemon.
336338

337339
* Initial release
338340

339-
[unreleased]: https://github.com/someodd/bore/compare/v0.50.0.0...HEAD
341+
[unreleased]: https://github.com/someodd/bore/compare/v0.51.0.0...HEAD
342+
[0.51.0.0]: https://github.com/someodd/bore/compare/v0.50.0.0...v0.51.0.0
340343
[0.50.0.0]: https://github.com/someodd/bore/compare/v0.49.0.0...v0.50.0.0
341344
[0.49.0.0]: https://github.com/someodd/bore/compare/v0.48.0.0...v0.49.0.0
342345
[0.48.0.0]: https://github.com/someodd/bore/compare/v0.47.0.0...v0.48.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.50.0.0
8+
version: 0.51.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.50.0.0
2+
version: 0.51.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)