Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 26, 2022
1 parent bce868c commit c61619f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 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.3] - 2022-08-26

### Fixes

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

<!-- next-url -->
[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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion 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.18.2"
version = "0.18.3"
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
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.3] - 2022-08-26

### Fixes

- Wrap code fences in `<pre><code>` instead of just `<pre>`
Expand All @@ -16,6 +18,7 @@ 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.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
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.2"
version = "0.1.3"
description = "Fenced Code Formatting"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cobalt-org/cobalt.rs"
Expand Down

0 comments on commit c61619f

Please sign in to comment.