From a85b7342256ad607a230bf4171cc09ec6ed0b662 Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Mon, 1 Dec 2025 15:57:28 -0700 Subject: [PATCH] chore: Release annotate-snippets version 0.12.10 --- CHANGELOG.md | 9 ++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cda4904..5d326eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] - ReleaseDate +## [0.12.10] - 2025-12-01 + +### Fixed + +- Render all removed lines when multiple Patch remove lines [#353](https://github.com/rust-lang/annotate-snippets-rs/pull/353) + ## [0.12.9] - 2025-11-15 ### Fixes @@ -276,7 +282,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.9...HEAD +[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.10...HEAD +[0.12.10]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.9...0.12.10 [0.12.9]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.8...0.12.9 [0.12.8]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.7...0.12.8 [0.12.7]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.6...0.12.7 diff --git a/Cargo.lock b/Cargo.lock index dfbac84..0d574fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "annotate-snippets" -version = "0.12.9" +version = "0.12.10" dependencies = [ "annotate-snippets", "anstream", diff --git a/Cargo.toml b/Cargo.toml index 1b68419..f5d44e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ lto = true [package] name = "annotate-snippets" -version = "0.12.9" +version = "0.12.10" description = "Format diagnostic reports, including highlighting snippets of text" categories = [] keywords = ["code", "analysis", "ascii", "errors", "debug"]