diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d2532b..efdf1ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.18.3] - 2022-08-26 + ### Fixes - Wrap code fences in `
` instead of just `
`
@@ -658,7 +660,8 @@ this.
 [@tak1n]: https://github.com/tak1n
 
 
-[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.2...HEAD
+[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.3...HEAD
+[0.18.3]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.2...v0.18.3
 [0.18.2]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.1...v0.18.2
 [0.18.1]: https://github.com/cobalt-org/cobalt.rs/compare/v0.18.0...v0.18.1
 [0.18.0]: https://github.com/cobalt-org/cobalt.rs/compare/v0.17.5...v0.18.0
diff --git a/Cargo.lock b/Cargo.lock
index 3ad435d3..07af0526 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -271,7 +271,7 @@ dependencies = [
 
 [[package]]
 name = "cobalt-bin"
-version = "0.18.2"
+version = "0.18.3"
 dependencies = [
  "clap",
  "clap-verbosity-flag",
@@ -703,7 +703,7 @@ dependencies = [
 
 [[package]]
 name = "engarde"
-version = "0.1.2"
+version = "0.1.3"
 dependencies = [
  "syntect 5.0.0",
 ]
diff --git a/Cargo.toml b/Cargo.toml
index d3b2c5ed..65ce529e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ members = [
 
 [package]
 name = "cobalt-bin"
-version = "0.18.2"
+version = "0.18.3"
 description = "Static site generator written in Rust"
 authors = ["Benny Klotz ", "Johann Hofmann ", "Ed Page "]
 repository = "https://github.com/cobalt-org/cobalt.rs"
diff --git a/crates/engarde/CHANGELOG.md b/crates/engarde/CHANGELOG.md
index c3eed1da..76e2f01b 100644
--- a/crates/engarde/CHANGELOG.md
+++ b/crates/engarde/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased] - ReleaseDate
 
+## [0.1.3] - 2022-08-26
+
 ### Fixes
 
 - Wrap code fences in `
` instead of just `
`
@@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 ## [0.1.1] - 2022-04-04
 
 
-[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.2...HEAD
+[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.3...HEAD
+[0.1.3]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.2...engarde-v0.1.3
 [0.1.2]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.1...engarde-v0.1.2
 [0.1.1]: https://github.com/cobalt-org/cobalt.rs/compare/b805d1fcd105898446de9431582c38724fe5aa59...engarde-v0.1.1
diff --git a/crates/engarde/Cargo.toml b/crates/engarde/Cargo.toml
index 2ed8cdc3..53ce6c5d 100644
--- a/crates/engarde/Cargo.toml
+++ b/crates/engarde/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "engarde"
-version = "0.1.2"
+version = "0.1.3"
 description = "Fenced Code Formatting"
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/cobalt-org/cobalt.rs"