diff --git a/CHANGELOG.md b/CHANGELOG.md index c47f6e3..240c665 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.1] - 2021-09-13 + ## [0.17.0] - 2021-09-13 #### Features @@ -605,6 +607,7 @@ this. [@tak1n]: https://github.com/tak1n -[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.17.0...HEAD +[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.17.1...HEAD +[0.17.1]: https://github.com/assert-rs/predicates-rs/compare/v0.17.0...v0.17.1 [0.17.0]: https://github.com/assert-rs/predicates-rs/compare/v0.16.5...v0.17.0 [0.16.5]: https://github.com/cobalt-org/cobalt.rs/compare/v0.16.4...v0.16.5 diff --git a/Cargo.lock b/Cargo.lock index 34a5340..ac917e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -287,7 +287,7 @@ dependencies = [ [[package]] name = "cobalt-bin" -version = "0.17.0" +version = "0.17.1" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index c27bef9..ef5c8a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ [package] name = "cobalt-bin" -version = "0.17.0" +version = "0.17.1" description = "Static site generator written in Rust" authors = ["Benny Klotz ", "Johann Hofmann ", "Ed Page "] repository = "https://github.com/cobalt-org/cobalt.rs"