From bdcff169a7fb1a3f5ac645cbeb040af0f8c0b42c Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Wed, 22 Oct 2025 14:41:53 -0600 Subject: [PATCH] chore: Release annotate-snippets version 0.12.6 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0739924..9b9f152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] - ReleaseDate +## [0.12.6] - 2025-10-22 + ### Changed - Upgraded `unicode-width` to `0.2.2` [#326](https://github.com/rust-lang/annotate-snippets-rs/pull/326) @@ -256,7 +258,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.5...HEAD +[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.6...HEAD +[0.12.6]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.5...0.12.6 [0.12.5]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.4...0.12.5 [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 diff --git a/Cargo.lock b/Cargo.lock index c9feb0c..06b5639 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "annotate-snippets" -version = "0.12.5" +version = "0.12.6" dependencies = [ "annotate-snippets", "anstream", diff --git a/Cargo.toml b/Cargo.toml index 09d30a8..a73e4ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ lto = true [package] name = "annotate-snippets" -version = "0.12.5" +version = "0.12.6" description = "Format diagnostic reports, including highlighting snippets of text" categories = [] keywords = ["code", "analysis", "ascii", "errors", "debug"]