mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-13 23:47:09 +00:00
chore: Release
This commit is contained in:
parent
694976eea8
commit
fa30056f3b
3 changed files with 6 additions and 3 deletions
|
@ -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
2
Cargo.lock
generated
|
@ -287,7 +287,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cobalt-bin"
|
||||
version = "0.17.3"
|
||||
version = "0.17.4"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"assert_fs",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue