Skip to content

Commit a7125ff

Browse files
committed
chore: Release
1 parent 746578c commit a7125ff

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-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.18.0] - 2022-06-15
11+
1012
### Compatibility
1113

1214
- `cobalt import` was dropped (#969)
@@ -635,7 +637,8 @@ this.
635637
[@tak1n]: https://github.com/tak1n
636638

637639
<!-- next-url -->
638-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.5...HEAD
640+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.0...HEAD
641+
[0.18.0]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.5...v0.18.0
639642
[0.17.5]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.4...v0.17.5
640643
[0.17.4]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.3...v0.17.4
641644
[0.17.3]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.2...v0.17.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55

66
[package]
77
name = "cobalt-bin"
8-
version = "0.17.5"
8+
version = "0.18.0"
99
description = "Static site generator written in Rust"
1010
authors = ["Benny Klotz <[email protected]>", "Johann Hofmann <[email protected]>", "Ed Page <[email protected]>"]
1111
repository = "https://github.com/cobalt-org/cobalt.rs"
@@ -44,8 +44,8 @@ name = "cobalt"
4444
doc = false
4545

4646
[dependencies]
47-
cobalt-config = { version = "=0.17.0", path = "crates/config", features = ["unstable"] }
48-
cobalt-core = { version = "=0.17.0", path = "crates/core", features = ["unstable"] }
47+
cobalt-config = { version = "=0.18.0", path = "crates/config", features = ["unstable"] }
48+
cobalt-core = { version = "=0.18.0", path = "crates/core", features = ["unstable"] }
4949
clap = { version = "3.1", features = ["derive"] }
5050
clap-verbosity-flag = "1.0"
5151
proc-exit = "1"

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.17.0"
3+
version = "0.18.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Static site generator written in Rust"
66
repository = "https://github.com/cobalt-org/cobalt.rs"

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.17.0"
3+
version = "0.18.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Static site generator written in Rust"
66
repository = "https://github.com/cobalt-org/cobalt.rs"
@@ -15,7 +15,7 @@ unstable = []
1515
preview_unstable = []
1616

1717
[dependencies]
18-
cobalt-config = { version = "=0.17.0", path = "..//config", features = ["unstable"] }
18+
cobalt-config = { version = "=0.18.0", path = "..//config", features = ["unstable"] }
1919
ignore = "0.4"
2020
walkdir = "2.2"
2121
liquid-core = "0.26"

0 commit comments

Comments
 (0)