Skip to content

Commit 8455c61

Browse files
committed
prep for v0.11.0.0
1 parent 76d075f commit 8455c61

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
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [0.11.0.0] - 2024-10-11
6+
7+
### Fixed
8+
9+
* You can now reference 'tags' frontmatter in template (as a list)
10+
511
## [0.10.0.0] - 2024-10-09
612

713
### Fixed
@@ -83,7 +89,8 @@ Gearing up for server daemon.
8389

8490
* Initial release
8591

86-
[unreleased]: https://github.com/someodd/bore/compare/v0.10.0.0...HEAD
92+
[unreleased]: https://github.com/someodd/bore/compare/v0.11.0.0...HEAD
93+
[0.11.0.0]: https://github.com/someodd/bore/compare/v0.10.0.0...v0.11.0.0
8794
[0.10.0.0]: https://github.com/someodd/bore/compare/v0.9.0.0...v0.10.0.0
8895
[0.9.0.0]: https://github.com/someodd/bore/compare/v0.8.0.0...v0.9.0.0
8996
[0.8.0.0]: https://github.com/someodd/bore/compare/v0.7.0.0...v0.8.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.10.0.0
2+
version: 0.11.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)