Skip to content

Commit 8f13215

Browse files
committed
chore: Release
1 parent 5b68876 commit 8f13215

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.19.8] - 2025-03-04
11+
1012
### Fixes
1113

1214
- Always include `page.tags`
@@ -735,7 +737,8 @@ this.
735737
[@tak1n]: https://github.com/tak1n
736738

737739
<!-- next-url -->
738-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.7...HEAD
740+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.8...HEAD
741+
[0.19.8]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.7...v0.19.8
739742
[0.19.7]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.6...v0.19.7
740743
[0.19.6]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.5...v0.19.6
741744
[0.19.5]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.4...v0.19.5

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ assigning_clones = "allow" # TODO
9292

9393
[package]
9494
name = "cobalt-bin"
95-
version = "0.19.7"
95+
version = "0.19.8"
9696
description = "Static site generator written in Rust"
9797
readme = "README.md"
9898
categories = ["command-line-utilities"]

0 commit comments

Comments
 (0)