chore: Release

This commit is contained in:
Ed Page 2021-09-13 21:01:18 -05:00
parent ddb225c0a7
commit 7615ba930c
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.1] - 2021-09-13
## [0.17.0] - 2021-09-13
#### Features
@ -605,6 +607,7 @@ this.
[@tak1n]: https://github.com/tak1n
<!-- next-url -->
[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

2
Cargo.lock generated
View file

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

View file

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