diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e42929..a89dfd5 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.3] - 2025-09-04 + ### Features - Add `Title::element` for less boilerplate @@ -228,7 +230,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.2...HEAD +[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.3...HEAD +[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 [0.12.0]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.5...0.12.0 diff --git a/Cargo.lock b/Cargo.lock index 65905f8..d9cee32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "annotate-snippets" -version = "0.12.2" +version = "0.12.3" dependencies = [ "annotate-snippets", "anstream", diff --git a/Cargo.toml b/Cargo.toml index 41fb3ca..e2b138b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ lto = true [package] name = "annotate-snippets" -version = "0.12.2" +version = "0.12.3" description = "Format diagnostic reports, including highlighting snippets of text" categories = [] keywords = ["code", "analysis", "ascii", "errors", "debug"]