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
af9c05f43b
commit
7cc32540f1
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.0] - 2021-09-13
|
||||
|
||||
#### Features
|
||||
|
||||
- Allow disabling of templating
|
||||
|
@ -603,5 +605,6 @@ this.
|
|||
[@tak1n]: https://github.com/tak1n
|
||||
|
||||
<!-- next-url -->
|
||||
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.16.5...HEAD
|
||||
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.17.0...HEAD
|
||||
[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
2
Cargo.lock
generated
|
@ -287,7 +287,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cobalt-bin"
|
||||
version = "0.16.5"
|
||||
version = "0.17.0"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"assert_fs",
|
||||
|
|
|
@ -5,7 +5,7 @@ members = [
|
|||
|
||||
[package]
|
||||
name = "cobalt-bin"
|
||||
version = "0.16.5"
|
||||
version = "0.17.0"
|
||||
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