Skip to content

Commit 19c6275

Browse files
author
Home
committed
Prepare for release v0.49.0.0
1 parent 89c4267 commit 19c6275

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.49.0.0] - 2025-04-10
9+
10+
This is a dummy release designed to include `example/`. I should phase this out soon.
11+
812
## [0.48.0.0] - 2025-04-10
913

1014
### Changed
@@ -322,7 +326,8 @@ Gearing up for server daemon.
322326

323327
* Initial release
324328

325-
[unreleased]: https://github.com/someodd/bore/compare/v0.48.0.0...HEAD
329+
[unreleased]: https://github.com/someodd/bore/compare/v0.49.0.0...HEAD
330+
[0.49.0.0]: https://github.com/someodd/bore/compare/v0.48.0.0...v0.49.0.0
326331
[0.48.0.0]: https://github.com/someodd/bore/compare/v0.47.0.0...v0.48.0.0
327332
[0.47.0.0]: https://github.com/someodd/bore/compare/v0.46.0.0...v0.47.0.0
328333
[0.46.0.0]: https://github.com/someodd/bore/compare/v0.45.0.0...v0.46.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.48.0.0
8+
version: 0.49.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.48.0.0
2+
version: 0.49.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)