Skip to content

Commit c61619f

Browse files
committed
chore: Release
1 parent bce868c commit c61619f

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
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.3] - 2022-08-26
11+
1012
### Fixes
1113

1214
- Wrap code fences in `<pre><code>` instead of just `<pre>`
@@ -658,7 +660,8 @@ this.
658660
[@tak1n]: https://github.com/tak1n
659661

660662
<!-- next-url -->
661-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.2...HEAD
663+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.3...HEAD
664+
[0.18.3]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.2...v0.18.3
662665
[0.18.2]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.1...v0.18.2
663666
[0.18.1]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.0...v0.18.1
664667
[0.18.0]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.5...v0.18.0

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55

66
[package]
77
name = "cobalt-bin"
8-
version = "0.18.2"
8+
version = "0.18.3"
99
description = "Static site generator written in Rust"
1010
authors = ["Benny Klotz <r3qnbenni@gmail.com>", "Johann Hofmann <mail@johann-hofmann.com>", "Ed Page <eopage@gmail.com>"]
1111
repository = "https://github.com/cobalt-org/cobalt.rs"

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.3] - 2022-08-26
11+
1012
### Fixes
1113

1214
- Wrap code fences in `<pre><code>` instead of just `<pre>`
@@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1618
## [0.1.1] - 2022-04-04
1719

1820
<!-- next-url -->
19-
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.2...HEAD
21+
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.3...HEAD
22+
[0.1.3]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.2...engarde-v0.1.3
2023
[0.1.2]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.1...engarde-v0.1.2
2124
[0.1.1]: https://github.com/cobalt-org/cobalt.rs/compare/b805d1fcd105898446de9431582c38724fe5aa59...engarde-v0.1.1

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.2"
3+
version = "0.1.3"
44
description = "Fenced Code Formatting"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/cobalt-org/cobalt.rs"

0 commit comments

Comments
 (0)