We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c82d9 commit 3e63003Copy full SHA for 3e63003
CHANGELOG.md
@@ -9,10 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
+### Fixed
13
+
14
+### Changed
15
16
+### Removed
17
18
+## [0.22.1] - 2024-02-16
19
20
+### Added
21
22
* Add `//~v` comments to put an error matcher above the error site.
23
24
### Fixed
25
26
+* Give aux builds the default comment config, too
27
28
### Changed
29
30
### Removed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ui_test"
3
-version = "0.22.0"
+version = "0.22.1"
4
edition = "2021"
5
license = "MIT OR Apache-2.0"
6
description = "A test framework for testing rustc diagnostics output"
0 commit comments