mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 06:14:12 +00:00
chore: Release
This commit is contained in:
parent
69970b8852
commit
93281872bf
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.19.4] - 2024-07-05
|
||||
|
||||
## [0.19.3] - 2024-04-15
|
||||
|
||||
### Compatibility
|
||||
|
@ -706,7 +708,8 @@ this.
|
|||
[@tak1n]: https://github.com/tak1n
|
||||
|
||||
<!-- next-url -->
|
||||
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.3...HEAD
|
||||
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.4...HEAD
|
||||
[0.19.4]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.3...v0.19.4
|
||||
[0.19.3]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.2...v0.19.3
|
||||
[0.19.2]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.1...v0.19.2
|
||||
[0.19.1]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.0...v0.19.1
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -308,7 +308,7 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
|
|||
|
||||
[[package]]
|
||||
name = "cobalt-bin"
|
||||
version = "0.19.3"
|
||||
version = "0.19.4"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anyhow",
|
||||
|
|
|
@ -22,7 +22,7 @@ include = [
|
|||
|
||||
[package]
|
||||
name = "cobalt-bin"
|
||||
version = "0.19.3"
|
||||
version = "0.19.4"
|
||||
description = "Static site generator written in Rust"
|
||||
readme = "README.md"
|
||||
categories = ["command-line-utilities"]
|
||||
|
|
Loading…
Reference in a new issue