diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0f419..7f3d3aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.1](https://github.com/lzanini/mdbook-katex/compare/v0.9.0...v0.9.1) - 2024-11-07 + +### Fixed + +- fix deploy CI artifact names + +### Other + +- make clippy happy +- switch to mdbook_fork4ls v0.4.41; update dependencies +- deploy CI explicit release tag +- different tag for deploy than release +- deploy CI does not publish on crates.io +- allow manually trigger deploy CI + ## [0.9.0](https://github.com/lzanini/mdbook-katex/compare/v0.8.1...v0.9.0) - 2024-05-23 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index c6e37c6..88811cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,7 +592,7 @@ dependencies = [ [[package]] name = "mdbook-katex" -version = "0.9.0" +version = "0.9.1" dependencies = [ "clap", "katex", diff --git a/Cargo.toml b/Cargo.toml index a73de18..a7137fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-katex" -version = "0.9.0" +version = "0.9.1" authors = [ "Lucas Zanini ", "Steven Hé (Sīchàng) ",