diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3d3aa..da0be33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.2](https://github.com/lzanini/mdbook-katex/compare/v0.9.1...v0.9.2) - 2024-12-07 + +### Other + +- make new clippy happy +- update dependency mdbook to v0.4.43;update other dependencies +- attempt to fix upload-artifact not allowing reused name +- bump download-artifact as well +- bump upload-artifact to v4 so deployment runs + ## [0.9.1](https://github.com/lzanini/mdbook-katex/compare/v0.9.0...v0.9.1) - 2024-11-07 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index db641a1..4839b91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "aho-corasick" @@ -593,7 +593,7 @@ dependencies = [ [[package]] name = "mdbook-katex" -version = "0.9.1" +version = "0.9.2" dependencies = [ "clap", "katex", diff --git a/Cargo.toml b/Cargo.toml index ad17be7..5149c5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-katex" -version = "0.9.1" +version = "0.9.2" authors = [ "Lucas Zanini ", "Steven Hé (Sīchàng) ",