Skip to content

Commit 1db1525

Browse files
committed
prepare for v0.22.0.0
1 parent 0562580 commit 1db1525

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.22.0.0] - 2024-11-19
9+
10+
### Fixed
11+
12+
* Selector highlighting in search
13+
814
## [0.21.0.0] - 2024-11-04
915

1016
Lots of behind-the-scenes stuff.
@@ -161,7 +167,8 @@ Gearing up for server daemon.
161167

162168
* Initial release
163169

164-
[unreleased]: https://github.com/someodd/bore/compare/v0.21.0.0...HEAD
170+
[unreleased]: https://github.com/someodd/bore/compare/v0.22.0.0...HEAD
171+
[0.22.0.0]: https://github.com/someodd/bore/compare/v0.21.0.0...v0.22.0.0
165172
[0.21.0.0]: https://github.com/someodd/bore/compare/v0.20.0.0...v0.21.0.0
166173
[0.20.0.0]: https://github.com/someodd/bore/compare/v0.19.0.0...v0.20.0.0
167174
[0.19.0.0]: https://github.com/someodd/bore/compare/v0.18.0.0...v0.19.0.0

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.21.0.0
2+
version: 0.22.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)