Skip to content

Commit 325e75d

Browse files
committed
chore: Release
1 parent 0c64020 commit 325e75d

File tree

7 files changed

+19
-10
lines changed

7 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.19.6] - 2024-08-07
11+
1012
### Fixes
1113

1214
- `cobalt serve` will now work correctly with sitemap
@@ -719,7 +721,8 @@ this.
719721
[@tak1n]: https://github.com/tak1n
720722

721723
<!-- next-url -->
722-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.5...HEAD
724+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.6...HEAD
725+
[0.19.6]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.5...v0.19.6
723726
[0.19.5]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.4...v0.19.5
724727
[0.19.4]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.3...v0.19.4
725728
[0.19.3]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.2...v0.19.3

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ assigning_clones = "allow" # TODO
9090

9191
[package]
9292
name = "cobalt-bin"
93-
version = "0.19.5"
93+
version = "0.19.6"
9494
description = "Static site generator written in Rust"
9595
readme = "README.md"
9696
categories = ["command-line-utilities"]
@@ -169,7 +169,7 @@ sitemap = "0.4"
169169
open = "5"
170170
dunce = "1.0.4"
171171

172-
file-serve = { version = "0.3.4", path = "crates/file-serve", optional = true }
172+
file-serve = { version = "0.3.5", path = "crates/file-serve", optional = true }
173173
notify = { version = "6", optional = true, default-features = false, features = ["macos_fsevent"] }
174174

175175
sass-rs = { version = "0.2", optional = true }

crates/engarde/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.1.11] - 2024-08-07
11+
1012
## [0.1.10] - 2024-07-05
1113

1214
## [0.1.9] - 2024-07-05
@@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4850
## [0.1.1] - 2022-04-04
4951

5052
<!-- next-url -->
51-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.10...HEAD
53+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.11...HEAD
54+
[0.1.11]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.10...engarde-v0.1.11
5255
[0.1.10]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.9...engarde-v0.1.10
5356
[0.1.9]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.8...engarde-v0.1.9
5457
[0.1.8]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.7...engarde-v0.1.8

crates/engarde/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "engarde"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
description = "Fenced Code Formatting"
55
homepage = "https://github.com/cobalt-org/cobalt.rs/tree/master/crates/engarde"
66
documentation = "http://docs.rs/engarde"

crates/file-serve/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.3.5] - 2024-08-07
11+
1012
## [0.3.4] - 2024-07-05
1113

1214
## [0.3.3] - 2024-07-05
@@ -58,7 +60,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5860
## [0.1.1] - 2022-04-04
5961

6062
<!-- next-url -->
61-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.4...HEAD
63+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.5...HEAD
64+
[0.3.5]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.4...file-serve-v0.3.5
6265
[0.3.4]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.3...file-serve-v0.3.4
6366
[0.3.3]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.2...file-serve-v0.3.3
6467
[0.3.2]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.1...file-serve-v0.3.2

crates/file-serve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "file-serve"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
description = "HTTP Static File Server"
55
homepage = "https://github.com/cobalt-org/cobalt.rs/tree/master/crates/file-serve"
66
documentation = "http://docs.rs/file-serve"

0 commit comments

Comments
 (0)