Skip to content

Commit 7b2d100

Browse files
authored
Merge pull request #312 from Muscraft/version-0.12.4
chore: Release annotate-snippets version 0.12.4
2 parents fcf025d + 8e1a5bb commit 7b2d100

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

10+
## [0.12.4] - 2025-09-11
11+
1012
### Fixes
1113

1214
- Removed implicit padding with report starting with secondary title #310
@@ -235,7 +237,8 @@ Note that the top-level type changed from `Message` to `Report`.
235237
- Update the syntax to Rust 2018 idioms. (#4)
236238

237239
<!-- next-url -->
238-
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.3...HEAD
240+
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.4...HEAD
241+
[0.12.4]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.3...0.12.4
239242
[0.12.3]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.2...0.12.3
240243
[0.12.2]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.1...0.12.2
241244
[0.12.1]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.0...0.12.1

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

0 commit comments

Comments
 (0)