Skip to content

Commit db9d399

Browse files
author
Home
committed
Prepare for release v0.45.0.0
1 parent ffb347c commit db9d399

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.45.0.0] - 2025-04-07
9+
810
## Added
911

1012
* `--wait` flag for `watchServe` so when you copy files over via `sftp`, `bore` won't
@@ -295,7 +297,8 @@ Gearing up for server daemon.
295297

296298
* Initial release
297299

298-
[unreleased]: https://github.com/someodd/bore/compare/v0.44.0.0...HEAD
300+
[unreleased]: https://github.com/someodd/bore/compare/v0.45.0.0...HEAD
301+
[0.45.0.0]: https://github.com/someodd/bore/compare/v0.44.0.0...v0.45.0.0
299302
[0.44.0.0]: https://github.com/someodd/bore/compare/v0.43.0.0...v0.44.0.0
300303
[0.43.0.0]: https://github.com/someodd/bore/compare/v0.42.0.0...v0.43.0.0
301304
[0.42.0.0]: https://github.com/someodd/bore/compare/v0.41.0.0...v0.42.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.44.0.0
8+
version: 0.45.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.44.0.0
2+
version: 0.45.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)