File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased] - ReleaseDate
8
8
9
+ ## [ 0.10.1] — January 4, 2024
10
+
11
+ ### Fixed
12
+
13
+ - Match ` rustc ` 's colors [ #73 ] ( https://github.com/rust-lang/annotate-snippets-rs/pull/73 )
14
+ - Allow highlighting one past the end of ` source ` [ #74 ] ( https://github.com/rust-lang/annotate-snippets-rs/pull/74 )
15
+
16
+ ### Compatibility
17
+
18
+ - Set the minimum supported Rust version to ` 1.73.0 ` [ #71 ] ( https://github.com/rust-lang/annotate-snippets-rs/pull/71 )
19
+
20
+
9
21
## [ 0.10.0] - December 12, 2023
10
22
11
23
### Added
@@ -73,7 +85,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
73
85
- Update the syntax to Rust 2018 idioms. (#4 )
74
86
75
87
<!-- next-url -->
76
- [ Unreleased ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.0...HEAD
88
+ [ Unreleased ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.1...HEAD
89
+ [ 0.10.1 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.0...0.10.1
77
90
[ 0.10.0 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.9.2...0.10.0
78
91
[ 0.9.2 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.9.1...0.9.2
79
92
[ 0.9.1 ] : https://github.com/rust-lang/annotate-snippets-rs/compare/0.9.0...0.9.1
You can’t perform that action at this time.
0 commit comments