Skip to content

Commit d0e7997

Browse files
committed
chore: Release annotate-snippets version 0.11.0
1 parent e6b273b commit d0e7997

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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.0] - 2024-03-15
11+
1012
### Breaking Changes
1113

1214
- Switched from char spans to byte spans [#90](https://github.com/rust-lang/annotate-snippets-rs/pull/90/commits/b65b8cabcd34da9fed88490a7a1cd8085777706a)
@@ -116,7 +118,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
116118
- Update the syntax to Rust 2018 idioms. (#4)
117119

118120
<!-- next-url -->
119-
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.2...HEAD
121+
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.0...HEAD
122+
[0.11.0]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.2...0.11.0
120123
[0.10.2]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.1...0.10.2
121124
[0.10.1]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.0...0.10.1
122125
[0.10.0]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.9.2...0.10.0

Cargo.lock

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

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.10.2"
3+
version = "0.11.0"
44
edition = "2021"
55
rust-version = "1.73" # MSRV
66
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]

0 commit comments

Comments
 (0)