Skip to content

Commit 23de02d

Browse files
authored
Merge pull request #132 from Muscraft/0.11.4
chore: Release annotate-snippets version 0.11.4
2 parents b5a0af2 + fb498f9 commit 23de02d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

10+
## [0.11.4] - 2024-06-15
11+
12+
### Fixes
13+
14+
- Annotations for `\r\n` are now correctly handled [#131](https://github.com/rust-lang/annotate-snippets-rs/pull/131)
15+
1016
## [0.11.3] - 2024-06-06
1117

1218
### Fixes
@@ -138,7 +144,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
138144
- Update the syntax to Rust 2018 idioms. (#4)
139145

140146
<!-- next-url -->
141-
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.3...HEAD
147+
[Unreleased]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.4...HEAD
148+
[0.11.4]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.3...0.11.4
142149
[0.11.3]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.2...0.11.3
143150
[0.11.2]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.1...0.11.2
144151
[0.11.1]: https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.0...0.11.1

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.11.3"
3+
version = "0.11.4"
44
edition = "2021"
55
rust-version = "1.65" # MSRV
66
authors = ["Zibi Braniecki <[email protected]>"]

0 commit comments

Comments
 (0)