Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
someodd committed Oct 8, 2024
1 parent 7e0ad38 commit 92070fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.6.0.0] - 2024-10-07

### Fixed

* Fix creating directories that have the name of the file name it's copying for every file
Expand Down Expand Up @@ -51,7 +53,8 @@ Gearing up for server daemon.

* Initial release

[unreleased]: https://github.com/someodd/bore/compare/v0.5.0.0...HEAD
[unreleased]: https://github.com/someodd/bore/compare/v0.6.0.0...HEAD
[0.6.0.0]: https://github.com/someodd/bore/compare/v0.5.0.0...v0.6.0.0
[0.5.0.0]: https://github.com/someodd/bore/compare/v0.4.0.0...v0.5.0.0
[0.4.0.0]: https://github.com/someodd/bore/compare/v0.3.0.1...v0.4.0.0
[0.3.0.0]: https://github.com/someodd/bore/compare/v0.2.0.0...v0.3.0.0
Expand Down
2 changes: 1 addition & 1 deletion bore.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack

name: bore
version: 0.5.0.0
version: 0.6.0.0
synopsis: Build gopherholes.
description: Static site builder, but for gopherholes. Manage phlogs with tags, use the Markdown renderer and Mustache templating system.
category: Network
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.5.0.0
version: 0.6.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 92070fc

Please sign in to comment.