3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 0.11.2] - 2024-04-27
11
+
10
12
### Added
11
13
12
14
- All public types now implement ` Debug ` [ #119 ] ( https://github.com/rust-lang/annotate-snippets-rs/pull/119 )
@@ -130,7 +132,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
130
132
- Update the syntax to Rust 2018 idioms. (#4 )
131
133
132
134
<!-- next-url -->
133
- [ Unreleased ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.1...HEAD
135
+ [ Unreleased ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.2...HEAD
136
+ [ 0.11.2 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.1...0.11.2
134
137
[ 0.11.1 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.0...0.11.1
135
138
[ 0.11.0 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.2...0.11.0
136
139
[ 0.10.2 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.1...0.10.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " annotate-snippets"
3
- version = " 0.11.1 "
3
+ version = " 0.11.2 "
4
4
edition = " 2021"
5
5
rust-version = " 1.73" # MSRV
6
6
authors = [" Zibi Braniecki <gandalf@mozilla.com>" ]
0 commit comments