chore: Release

This commit is contained in:
Ed Page 2024-08-07 15:36:58 -05:00
parent 0c640209c7
commit 325e75d31d
7 changed files with 19 additions and 10 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.19.6] - 2024-08-07
### Fixes
- `cobalt serve` will now work correctly with sitemap
@ -719,7 +721,8 @@ this.
[@tak1n]: https://github.com/tak1n
<!-- next-url -->
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.5...HEAD
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.6...HEAD
[0.19.6]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.5...v0.19.6
[0.19.5]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.4...v0.19.5
[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

6
Cargo.lock generated
View file

@ -308,7 +308,7 @@ checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
[[package]]
name = "cobalt-bin"
version = "0.19.5"
version = "0.19.6"
dependencies = [
"anstream",
"anstyle",
@ -620,7 +620,7 @@ dependencies = [
[[package]]
name = "engarde"
version = "0.1.10"
version = "0.1.11"
dependencies = [
"syntect",
"thiserror",
@ -712,7 +712,7 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
[[package]]
name = "file-serve"
version = "0.3.4"
version = "0.3.5"
dependencies = [
"log",
"mime",

View file

@ -90,7 +90,7 @@ assigning_clones = "allow" # TODO
[package]
name = "cobalt-bin"
version = "0.19.5"
version = "0.19.6"
description = "Static site generator written in Rust"
readme = "README.md"
categories = ["command-line-utilities"]
@ -169,7 +169,7 @@ sitemap = "0.4"
open = "5"
dunce = "1.0.4"
file-serve = { version = "0.3.4", path = "crates/file-serve", optional = true }
file-serve = { version = "0.3.5", path = "crates/file-serve", optional = true }
notify = { version = "6", optional = true, default-features = false, features = ["macos_fsevent"] }
sass-rs = { version = "0.2", optional = true }

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.1.11] - 2024-08-07
## [0.1.10] - 2024-07-05
## [0.1.9] - 2024-07-05
@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.1] - 2022-04-04
<!-- next-url -->
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.10...HEAD
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.11...HEAD
[0.1.11]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.10...engarde-v0.1.11
[0.1.10]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.9...engarde-v0.1.10
[0.1.9]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.8...engarde-v0.1.9
[0.1.8]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.7...engarde-v0.1.8

View file

@ -1,6 +1,6 @@
[package]
name = "engarde"
version = "0.1.10"
version = "0.1.11"
description = "Fenced Code Formatting"
homepage = "https://github.com/cobalt-org/cobalt.rs/tree/master/crates/engarde"
documentation = "http://docs.rs/engarde"

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.3.5] - 2024-08-07
## [0.3.4] - 2024-07-05
## [0.3.3] - 2024-07-05
@ -58,7 +60,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.1] - 2022-04-04
<!-- next-url -->
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.4...HEAD
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.5...HEAD
[0.3.5]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.4...file-serve-v0.3.5
[0.3.4]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.3...file-serve-v0.3.4
[0.3.3]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.2...file-serve-v0.3.3
[0.3.2]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.1...file-serve-v0.3.2

View file

@ -1,6 +1,6 @@
[package]
name = "file-serve"
version = "0.3.4"
version = "0.3.5"
description = "HTTP Static File Server"
homepage = "https://github.com/cobalt-org/cobalt.rs/tree/master/crates/file-serve"
documentation = "http://docs.rs/file-serve"