@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+
11
+ ## [ 0.10.2] - 2024年02月29日
12
+
13
+ ### Added
14
+
15
+ - Added ` testing-colors ` feature to remove platform-specific colors when testing
16
+ [ #82 ] ( https://github.com/rust-lang/annotate-snippets-rs/pull/82 )
17
+
10
18
## [ 0.10.1] - 2024年01月04日
11
19
12
20
### Fixed
@@ -85,7 +93,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
85
93
- Update the syntax to Rust 2018 idioms. (#4 )
86
94
87
95
<!-- next-url -->
88
- [ Unreleased ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.1...HEAD
96
+ [ Unreleased ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.2...HEAD
97
+ [ 0.10.2 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.1...0.10.2
89
98
[ 0.10.1 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.0...0.10.1
90
99
[ 0.10.0 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.9.2...0.10.0
91
100
[ 0.9.2 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.9.1...0.9.2
0 commit comments