Skip to content

Commit c35db6a

Browse files
committed
chore: Release
1 parent 04ddb98 commit c35db6a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.2] - 2024-02-28
11+
1012
## [0.19.1] - 2024-02-28
1113

1214
### Compatibility
@@ -693,7 +695,8 @@ this.
693695
[@tak1n]: https://github.com/tak1n
694696

695697
<!-- next-url -->
696-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.1...HEAD
698+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.2...HEAD
699+
[0.19.2]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.1...v0.19.2
697700
[0.19.1]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.0...v0.19.1
698701
[0.19.0]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.5...v0.19.0
699702
[0.18.5]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.4...v0.18.5

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include = [
2222

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

0 commit comments

Comments
 (0)