Skip to content

Commit 04ddb98

Browse files
committed
chore: Release
1 parent 768b608 commit 04ddb98

File tree

9 files changed

+26
-17
lines changed

9 files changed

+26
-17
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.1] - 2024-02-28
11+
1012
### Compatibility
1113

1214
- MSRV is now 1.73
@@ -691,7 +693,8 @@ this.
691693
[@tak1n]: https://github.com/tak1n
692694

693695
<!-- next-url -->
694-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.0...HEAD
696+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.1...HEAD
697+
[0.19.1]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.0...v0.19.1
695698
[0.19.0]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.5...v0.19.0
696699
[0.18.5]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.4...v0.18.5
697700
[0.18.4]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.3...v0.18.4

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include = [
2222

2323
[package]
2424
name = "cobalt-bin"
25-
version = "0.19.0"
25+
version = "0.19.1"
2626
description = "Static site generator written in Rust"
2727
readme = "README.md"
2828
categories = ["command-line-utilities"]
@@ -65,8 +65,8 @@ name = "cobalt"
6565
doc = false
6666

6767
[dependencies]
68-
cobalt-config = { version = "=0.19.0", path = "crates/config", features = ["unstable"] }
69-
cobalt-core = { version = "=0.19.0", path = "crates/core", features = ["unstable"] }
68+
cobalt-config = { version = "=0.19.1", path = "crates/config", features = ["unstable"] }
69+
cobalt-core = { version = "=0.19.1", path = "crates/core", features = ["unstable"] }
7070
clap = { version = "4.4", features = ["derive", "wrap_help"] }
7171
clap-verbosity-flag = "2.1"
7272
proc-exit = "2"
@@ -102,7 +102,7 @@ sitemap = "0.4"
102102
open = "5"
103103
dunce = "1.0.4"
104104

105-
file-serve = { version = "0.3.0", path = "crates/file-serve", optional = true }
105+
file-serve = { version = "0.3.1", path = "crates/file-serve", optional = true }
106106
notify = { version = "6", optional = true, default-features = false, features = ["macos_fsevent"] }
107107

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

crates/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cobalt-config"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
description = "Static site generator written in Rust"
55
readme = "../../README.md"
66
keywords = ["static", "site", "generator"]

crates/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cobalt-core"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
description = "Static site generator written in Rust"
55
readme = "../../README.md"
66
keywords = ["static", "site", "generator"]
@@ -20,7 +20,7 @@ unstable = []
2020
preview_unstable = []
2121

2222
[dependencies]
23-
cobalt-config = { version = "=0.19.0", path = "..//config", features = ["unstable"] }
23+
cobalt-config = { version = "=0.19.1", path = "..//config", features = ["unstable"] }
2424
ignore = "0.4"
2525
walkdir = "2.4"
2626
liquid-core = "0.26"

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.7] - 2024-02-28
11+
1012
### Compatibility
1113

1214
- MSRV is now 1.73
@@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3234
## [0.1.1] - 2022-04-04
3335

3436
<!-- next-url -->
35-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.6...HEAD
37+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.7...HEAD
38+
[0.1.7]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.6...engarde-v0.1.7
3639
[0.1.6]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.5...engarde-v0.1.6
3740
[0.1.5]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.4...engarde-v0.1.5
3841
[0.1.4]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.3...engarde-v0.1.4

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.6"
3+
version = "0.1.7"
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.1] - 2024-02-28
11+
1012
### Compatibility
1113

1214
- MSRV is now 1.73
@@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4648
## [0.1.1] - 2022-04-04
4749

4850
<!-- next-url -->
49-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.0...HEAD
51+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.1...HEAD
52+
[0.3.1]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.0...file-serve-v0.3.1
5053
[0.3.0]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.2.4...file-serve-v0.3.0
5154
[0.2.4]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.2.3...file-serve-v0.2.4
5255
[0.2.3]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.2.2...file-serve-v0.2.3

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.0"
3+
version = "0.3.1"
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)