Skip to content

Commit fe831c7

Browse files
committed
chore: Release annotate-snippets version 0.12.10
1 parent dea51de commit fe831c7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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

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)