Skip to content

Commit 5db55b0

Browse files
authored
Merge pull request #381 from Muscraft/v0.12.13
chore: Release annotate-snippets version 0.12.13
2 parents e98ff09 + 30738b7 commit 5db55b0

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

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.13] - 2026-03-04
11+
12+
### Fixed
13+
14+
- Correctly handle tabs on the first and last lines of multiline `Patch` [#373](https://github.com/rust-lang/annotate-snippets-rs/pull/373) and [#380](https://github.com/rust-lang/annotate-snippets-rs/pull/380)
15+
1016
## [0.12.12] - 2026-02-18
1117

1218
### Added
@@ -294,7 +300,8 @@ Note that the top-level type changed from `Message` to `Report`.
294300
- Update the syntax to Rust 2018 idioms. (#4)
295301

296302
<!-- next-url -->
297-
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.12...HEAD
303+
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.13...HEAD
304+
[0.12.13]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.12...0.12.13
298305
[0.12.12]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.11...0.12.12
299306
[0.12.11]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.10..0.12.11
300307
[0.12.10]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.9...0.12.10

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.12"
99+
version = "0.12.13"
100100
description = "Format diagnostic reports, including highlighting snippets of text"
101101
categories = []
102102
keywords = ["code", "analysis", "ascii", "errors", "debug"]

0 commit comments

Comments
 (0)