Skip to content

Commit 7563662

Browse files
authored
Merge pull request #354 from Muscraft/v0.12.10
chore: Release annotate-snippets version 0.12.10
2 parents dea51de + a85b734 commit 7563662

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.12.10] - 2025-12-01
11+
12+
### Fixed
13+
14+
- Render all removed lines when multiple Patch remove lines [#353](https://github.com/rust-lang/annotate-snippets-rs/pull/353)
15+
1016
## [0.12.9] - 2025-11-15
1117

1218
### Fixes
@@ -276,7 +282,8 @@ Note that the top-level type changed from `Message` to `Report`.
276282
- Update the syntax to Rust 2018 idioms. (#4)
277283

278284
<!-- next-url -->
279-
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.9...HEAD
285+
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.10...HEAD
286+
[0.12.10]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.9...0.12.10
280287
[0.12.9]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.8...0.12.9
281288
[0.12.8]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.7...0.12.8
282289
[0.12.7]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.6...0.12.7

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ lto = true
9696

9797
[package]
9898
name = "annotate-snippets"
99-
version = "0.12.9"
99+
version = "0.12.10"
100100
description = "Format diagnostic reports, including highlighting snippets of text"
101101
categories = []
102102
keywords = ["code", "analysis", "ascii", "errors", "debug"]

0 commit comments

Comments
 (0)