chore: Release

This commit is contained in:
Ed Page 2021-09-14 09:57:20 -05:00
parent 694976eea8
commit fa30056f3b
3 changed files with 6 additions and 3 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [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
<!-- next-url -->
[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

2
Cargo.lock generated
View file

@ -287,7 +287,7 @@ dependencies = [
[[package]]
name = "cobalt-bin"
version = "0.17.3"
version = "0.17.4"
dependencies = [
"assert_cmd",
"assert_fs",

View file

@ -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 <r3qnbenni@gmail.com>", "Johann Hofmann <mail@johann-hofmann.com>", "Ed Page <eopage@gmail.com>"]
repository = "https://github.com/cobalt-org/cobalt.rs"