Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 15, 2022
1 parent 746578c commit a7125ff
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 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.18.0] - 2022-06-15

### Compatibility

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

<!-- next-url -->
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.5...HEAD
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.0...HEAD
[0.18.0]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.5...v0.18.0
[0.17.5]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.4...v0.17.5
[0.17.4]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.3...v0.17.4
[0.17.3]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.2...v0.17.3
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [

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

[dependencies]
cobalt-config = { version = "=0.17.0", path = "crates/config", features = ["unstable"] }
cobalt-core = { version = "=0.17.0", path = "crates/core", features = ["unstable"] }
cobalt-config = { version = "=0.18.0", path = "crates/config", features = ["unstable"] }
cobalt-core = { version = "=0.18.0", path = "crates/core", features = ["unstable"] }
clap = { version = "3.1", features = ["derive"] }
clap-verbosity-flag = "1.0"
proc-exit = "1"
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.17.0"
version = "0.18.0"
authors = ["Ed Page <[email protected]>"]
description = "Static site generator written in Rust"
repository = "https://github.com/cobalt-org/cobalt.rs"
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.17.0"
version = "0.18.0"
authors = ["Ed Page <[email protected]>"]
description = "Static site generator written in Rust"
repository = "https://github.com/cobalt-org/cobalt.rs"
Expand All @@ -15,7 +15,7 @@ unstable = []
preview_unstable = []

[dependencies]
cobalt-config = { version = "=0.17.0", path = "..//config", features = ["unstable"] }
cobalt-config = { version = "=0.18.0", path = "..//config", features = ["unstable"] }
ignore = "0.4"
walkdir = "2.2"
liquid-core = "0.26"
Expand Down

0 comments on commit a7125ff

Please sign in to comment.