Skip to content

Commit 92275d2

Browse files
committed
chore: Release annotate-snippets version 0.11.3
1 parent 8f031c0 commit 92275d2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: CHANGELOG.md

+4-1
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.11.3] - 2024-06-06
11+
1012
### Fixes
1113

1214
- Dropped MSRV to 1.65
@@ -136,7 +138,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
136138
- Update the syntax to Rust 2018 idioms. (#4)
137139

138140
<!-- next-url -->
139-
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.2...HEAD
141+
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.3...HEAD
142+
[0.11.3]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.2...0.11.3
140143
[0.11.2]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.1...0.11.2
141144
[0.11.1]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.0...0.11.1
142145
[0.11.0]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.2...0.11.0

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "annotate-snippets"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
edition = "2021"
55
rust-version = "1.65" # MSRV
66
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]

0 commit comments

Comments
 (0)