chore: Release

This commit is contained in:
Ed Page 2024-07-05 12:29:38 -05:00
parent 52ebfef0e5
commit ff3d9efaba
3 changed files with 6 additions and 3 deletions

2
Cargo.lock generated
View file

@ -695,7 +695,7 @@ dependencies = [
[[package]]
name = "engarde"
version = "0.1.8"
version = "0.1.9"
dependencies = [
"syntect",
]

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.1.9] - 2024-07-05
### Fixes
- Don't crash when escaping HTML with UTF-8 characters
@ -44,7 +46,8 @@ 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.8...HEAD
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.9...HEAD
[0.1.9]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.8...engarde-v0.1.9
[0.1.8]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.7...engarde-v0.1.8
[0.1.7]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.6...engarde-v0.1.7
[0.1.6]: https://github.com/cobalt-org/cobalt.rs/compare/engarde-v0.1.5...engarde-v0.1.6

View file

@ -1,6 +1,6 @@
[package]
name = "engarde"
version = "0.1.8"
version = "0.1.9"
description = "Fenced Code Formatting"
homepage = "https://github.com/cobalt-org/cobalt.rs/tree/master/crates/engarde"
documentation = "http://docs.rs/engarde"