diff --git a/CHANGELOG.md b/CHANGELOG.md index 353b327..7332b87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.12.4] - 2025-09-11 + ### Fixes - Removed implicit padding with report starting with secondary title #310 @@ -235,7 +237,8 @@ Note that the top-level type changed from `Message` to `Report`. - Update the syntax to Rust 2018 idioms. (#4) -[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.3...HEAD +[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.4...HEAD +[0.12.4]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.3...0.12.4 [0.12.3]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.2...0.12.3 [0.12.2]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.1...0.12.2 [0.12.1]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.0...0.12.1 diff --git a/Cargo.lock b/Cargo.lock index d9cee32..0d55fff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "annotate-snippets" -version = "0.12.3" +version = "0.12.4" dependencies = [ "annotate-snippets", "anstream", diff --git a/Cargo.toml b/Cargo.toml index e2b138b..fe58efc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ lto = true [package] name = "annotate-snippets" -version = "0.12.3" +version = "0.12.4" description = "Format diagnostic reports, including highlighting snippets of text" categories = [] keywords = ["code", "analysis", "ascii", "errors", "debug"]