mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 06:14:12 +00:00
chore: Release
This commit is contained in:
parent
52ebfef0e5
commit
ff3d9efaba
3 changed files with 6 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -695,7 +695,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "engarde"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
dependencies = [
|
||||
"syntect",
|
||||
]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue