@@ -7,6 +7,12 @@ 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
+
12
+ ### Added
13
+
14
+ - All public types now implement ` Debug ` [ #119 ] ( https://github.com/rust-lang/annotate-snippets-rs/pull/119 )
15
+
10
16
## [ 0.11.1] - 2024年03月21日
11
17
12
18
### Fixes
@@ -126,7 +132,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
126
132
- Update the syntax to Rust 2018 idioms. (#4 )
127
133
128
134
<!-- next-url -->
129
- [ 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
130
137
[ 0.11.1 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.0...0.11.1
131
138
[ 0.11.0 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.2...0.11.0
132
139
[ 0.10.2 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.1...0.10.2
0 commit comments