Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 28, 2024
1 parent 768b608 commit 04ddb98
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 17 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.19.1] - 2024-02-28

### Compatibility

- MSRV is now 1.73
Expand Down Expand Up @@ -691,7 +693,8 @@ this.
[@tak1n]: https://github.com/tak1n

<!-- next-url -->
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.0...HEAD
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.1...HEAD
[0.19.1]: https://github.com/cobalt-org/cobalt.rs/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.5...v0.19.0
[0.18.5]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.4...v0.18.5
[0.18.4]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.3...v0.18.4
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include = [

[package]
name = "cobalt-bin"
version = "0.19.0"
version = "0.19.1"
description = "Static site generator written in Rust"
readme = "README.md"
categories = ["command-line-utilities"]
Expand Down Expand Up @@ -65,8 +65,8 @@ name = "cobalt"
doc = false

[dependencies]
cobalt-config = { version = "=0.19.0", path = "crates/config", features = ["unstable"] }
cobalt-core = { version = "=0.19.0", path = "crates/core", features = ["unstable"] }
cobalt-config = { version = "=0.19.1", path = "crates/config", features = ["unstable"] }
cobalt-core = { version = "=0.19.1", path = "crates/core", features = ["unstable"] }
clap = { version = "4.4", features = ["derive", "wrap_help"] }
clap-verbosity-flag = "2.1"
proc-exit = "2"
Expand Down Expand Up @@ -102,7 +102,7 @@ sitemap = "0.4"
open = "5"
dunce = "1.0.4"

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

sass-rs = { version = "0.2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cobalt-config"
version = "0.19.0"
version = "0.19.1"
description = "Static site generator written in Rust"
readme = "../../README.md"
keywords = ["static", "site", "generator"]
Expand Down
4 changes: 2 additions & 2 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cobalt-core"
version = "0.19.0"
version = "0.19.1"
description = "Static site generator written in Rust"
readme = "../../README.md"
keywords = ["static", "site", "generator"]
Expand All @@ -20,7 +20,7 @@ unstable = []
preview_unstable = []

[dependencies]
cobalt-config = { version = "=0.19.0", path = "..//config", features = ["unstable"] }
cobalt-config = { version = "=0.19.1", path = "..//config", features = ["unstable"] }
ignore = "0.4"
walkdir = "2.4"
liquid-core = "0.26"
Expand Down
5 changes: 4 additions & 1 deletion crates/engarde/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.1.7] - 2024-02-28

### Compatibility

- MSRV is now 1.73
Expand All @@ -32,7 +34,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.6...HEAD
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.7...HEAD
[0.1.7]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.6...engarde-v0.1.7
[0.1.6]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.5...engarde-v0.1.6
[0.1.5]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.4...engarde-v0.1.5
[0.1.4]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.3...engarde-v0.1.4
Expand Down
2 changes: 1 addition & 1 deletion crates/engarde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "engarde"
version = "0.1.6"
version = "0.1.7"
description = "Fenced Code Formatting"
homepage = "https://github.com/cobalt-org/cobalt.rs/tree/master/crates/engarde"
documentation = "http://docs.rs/engarde"
Expand Down
5 changes: 4 additions & 1 deletion crates/file-serve/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.3.1] - 2024-02-28

### Compatibility

- MSRV is now 1.73
Expand Down Expand Up @@ -46,7 +48,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.0...HEAD
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.1...HEAD
[0.3.1]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.0...file-serve-v0.3.1
[0.3.0]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.2.4...file-serve-v0.3.0
[0.2.4]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.2.3...file-serve-v0.2.4
[0.2.3]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.2.2...file-serve-v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion crates/file-serve/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "file-serve"
version = "0.3.0"
version = "0.3.1"
description = "HTTP Static File Server"
homepage = "https://github.com/cobalt-org/cobalt.rs/tree/master/crates/file-serve"
documentation = "http://docs.rs/file-serve"
Expand Down

0 comments on commit 04ddb98

Please sign in to comment.