Skip to content

Commit 5b0e69e

Browse files
authored
Merge pull request #284 from Muscraft/version-0.12.0
chore: Release annotate-snippets version 0.12.0
2 parents 5108339 + 696d736 commit 5b0e69e

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.0] - 2025-08-28
11+
1012
### Migration
1113

1214
Note that the top-level type changed from `Message` to `Report`.
@@ -203,7 +205,8 @@ Note that the top-level type changed from `Message` to `Report`.
203205
- Update the syntax to Rust 2018 idioms. (#4)
204206

205207
<!-- next-url -->
206-
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.5...HEAD
208+
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.0...HEAD
209+
[0.12.0]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.5...0.12.0
207210
[0.11.5]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.4...0.11.5
208211
[0.11.4]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.3...0.11.4
209212
[0.11.3]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.2...0.11.3

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.11.5"
99+
version = "0.12.0"
100100
description = "Library for building code annotations"
101101
categories = []
102102
keywords = ["code", "analysis", "ascii", "errors", "debug"]

0 commit comments

Comments
 (0)