@@ -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.1] - 2024年03月21日
11
+
10
12
### Fixes
11
13
12
14
- Switch ` fold ` to use rustc's logic: always show first and last line of folded section and detect if its worth folding
@@ -124,7 +126,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
124
126
- Update the syntax to Rust 2018 idioms. (#4 )
125
127
126
128
<!-- next-url -->
127
- [ Unreleased ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.0...HEAD
129
+ [ Unreleased ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.1...HEAD
130
+ [ 0.11.1 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.0...0.11.1
128
131
[ 0.11.0 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.2...0.11.0
129
132
[ 0.10.2 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.1...0.10.2
130
133
[ 0.10.1 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.0...0.10.1
0 commit comments