From 93281872bf38a507321d39509bbef0307a0acd12 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 5 Jul 2024 12:32:52 -0500 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4ef60b..bebba94e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.19.4] - 2024-07-05 + ## [0.19.3] - 2024-04-15 ### Compatibility @@ -706,7 +708,8 @@ this. [@tak1n]: https://github.com/tak1n -[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.3...HEAD +[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.4...HEAD +[0.19.4]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.3...v0.19.4 [0.19.3]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.2...v0.19.3 [0.19.2]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.1...v0.19.2 [0.19.1]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.0...v0.19.1 diff --git a/Cargo.lock b/Cargo.lock index 8762b7a8..f17ffd30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,7 +308,7 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "cobalt-bin" -version = "0.19.3" +version = "0.19.4" dependencies = [ "anstream", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4f28eb7f..6309097b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ include = [ [package] name = "cobalt-bin" -version = "0.19.3" +version = "0.19.4" description = "Static site generator written in Rust" readme = "README.md" categories = ["command-line-utilities"]