Skip to content

Commit b08c525

Browse files
author
Home
committed
Prepare for release v0.44.0.0
1 parent 34e0860 commit b08c525

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.44.0.0] - 2025-04-07
9+
10+
## Fixed
11+
12+
* Wordwrapping blockquotes
13+
* Vertical spacing of gopher menu links and not grouping them into paragraphs
14+
815
## [0.43.0.0] - 2025-04-02
916

1017
#### Fixed
@@ -283,7 +290,8 @@ Gearing up for server daemon.
283290

284291
* Initial release
285292

286-
[unreleased]: https://github.com/someodd/bore/compare/v0.43.0.0...HEAD
293+
[unreleased]: https://github.com/someodd/bore/compare/v0.44.0.0...HEAD
294+
[0.44.0.0]: https://github.com/someodd/bore/compare/v0.43.0.0...v0.44.0.0
287295
[0.43.0.0]: https://github.com/someodd/bore/compare/v0.42.0.0...v0.43.0.0
288296
[0.42.0.0]: https://github.com/someodd/bore/compare/v0.41.0.0...v0.42.0.0
289297
[0.41.0.0]: https://github.com/someodd/bore/compare/v0.40.0.0...v0.41.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.43.0.0
8+
version: 0.44.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.43.0.0
2+
version: 0.44.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.

reposcripts/prep-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323
sed -i -E "s/^version: [0-9]+(\.[0-9]+)*$/version: $VERSION/" package.yaml
2424

2525
# Update the version in bore.cabal
26-
sed -i -E "s/^version: [0-9]+(\.[0-9]+)*$/version: $VERSION/" bore.cabal
26+
sed -i -E "s/^version:[ \t]+[0-9]+(\.[0-9]+)*$/version: $VERSION/" bore.cabal
2727

2828
# Update the `CHANGELOG.md``
2929
./reposcripts/update-changelog.sh "$VERSION"

0 commit comments

Comments
 (0)