Skip to content

Commit

Permalink
Prepare for release v0.19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
someodd committed Oct 26, 2024
1 parent d73b7a3 commit 19965a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## [0.19.0.0] - 2024-10-25

### Changed

* Search algo now "better" ranks proximity and also is stricter about fuzzy matches
influencing score and some other stuff I forget, could maybe even be considered a
"fix"

## [0.18.0.0] - 2024-10-23

### Changed
Expand Down Expand Up @@ -134,7 +142,8 @@ Gearing up for server daemon.

* Initial release

[unreleased]: https://github.com/someodd/bore/compare/v0.18.0.0...HEAD
[unreleased]: https://github.com/someodd/bore/compare/v0.19.0.0...HEAD
[0.19.0.0]: https://github.com/someodd/bore/compare/v0.18.0.0...v0.19.0.0
[0.18.0.0]: https://github.com/someodd/bore/compare/v0.17.0.0...v0.18.0.0
[0.17.0.0]: https://github.com/someodd/bore/compare/v0.16.0.0...v0.17.0.0
[0.16.0.0]: https://github.com/someodd/bore/compare/v0.15.0.0...v0.16.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bore
version: 0.18.0.0
version: 0.19.0.0
synopsis: Build gopherholes.
description: |
Static site builder, but for gopherholes. Manage phlogs with tags, use the Markdown renderer and Mustache templating system.
Expand Down

0 comments on commit 19965a4

Please sign in to comment.