diff --git a/CHANGELOG.md b/CHANGELOG.md index 292ec4eb..3315695e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.17.4] - 2021-09-14 + ## [0.17.3] - 2021-09-14 ## [0.17.2] - 2021-09-14 @@ -611,7 +613,8 @@ this. [@tak1n]: https://github.com/tak1n -[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.17.3...HEAD +[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.17.4...HEAD +[0.17.4]: https://github.com/assert-rs/predicates-rs/compare/v0.17.3...v0.17.4 [0.17.3]: https://github.com/assert-rs/predicates-rs/compare/v0.17.2...v0.17.3 [0.17.2]: https://github.com/assert-rs/predicates-rs/compare/v0.17.1...v0.17.2 [0.17.1]: https://github.com/assert-rs/predicates-rs/compare/v0.17.0...v0.17.1 diff --git a/Cargo.lock b/Cargo.lock index 95fd46dc..75fd2f9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -287,7 +287,7 @@ dependencies = [ [[package]] name = "cobalt-bin" -version = "0.17.3" +version = "0.17.4" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 73139617..80e8201d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ [package] name = "cobalt-bin" -version = "0.17.3" +version = "0.17.4" description = "Static site generator written in Rust" authors = ["Benny Klotz ", "Johann Hofmann ", "Ed Page "] repository = "https://github.com/cobalt-org/cobalt.rs"