Skip to content

Commit 9328187

Browse files
committed
chore: Release
1 parent 69970b8 commit 9328187

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.4] - 2024-07-05
11+
1012
## [0.19.3] - 2024-04-15
1113

1214
### Compatibility
@@ -706,7 +708,8 @@ this.
706708
[@tak1n]: https://github.com/tak1n
707709

708710
<!-- next-url -->
709-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.3...HEAD
711+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.4...HEAD
712+
[0.19.4]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.3...v0.19.4
710713
[0.19.3]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.2...v0.19.3
711714
[0.19.2]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.1...v0.19.2
712715
[0.19.1]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.0...v0.19.1

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
@@ -22,7 +22,7 @@ include = [
2222

2323
[package]
2424
name = "cobalt-bin"
25-
version = "0.19.3"
25+
version = "0.19.4"
2626
description = "Static site generator written in Rust"
2727
readme = "README.md"
2828
categories = ["command-line-utilities"]

0 commit comments

Comments
 (0)