chore: Release

This commit is contained in:
Ed Page 2021-05-29 11:58:35 -05:00
parent e354313873
commit d905914556
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.16.5] - 2021-05-29
#### Bug Fixes
- Fix XML syntax for RSS
@ -591,4 +593,5 @@ this.
[@tak1n]: https://github.com/tak1n
<!-- next-url -->
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.16.4...HEAD
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.16.5...HEAD
[0.16.5]: https://github.com/cobalt-org/cobalt.rs/compare/v0.16.4...v0.16.5

2
Cargo.lock generated
View file

@ -260,7 +260,7 @@ dependencies = [
[[package]]
name = "cobalt-bin"
version = "0.16.4"
version = "0.16.5"
dependencies = [
"assert_cmd",
"assert_fs",

View file

@ -1,6 +1,6 @@
[package]
name = "cobalt-bin"
version = "0.16.4"
version = "0.16.5"
authors = ["Benny Klotz <r3qnbenni@gmail.com>", "Johann Hofmann <mail@johann-hofmann.com>"]
description = "Static site generator written in Rust"
repository = "https://github.com/cobalt-org/cobalt.rs"