Skip to content

Commit 3e63003

Browse files
committed
Version bump
1 parent 17c82d9 commit 3e63003

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Fixed
13+
14+
### Changed
15+
16+
### Removed
17+
18+
## [0.22.1] - 2024-02-16
19+
20+
### Added
21+
1222
* Add `//~v` comments to put an error matcher above the error site.
1323

1424
### Fixed
1525

26+
* Give aux builds the default comment config, too
27+
1628
### Changed
1729

1830
### Removed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ui_test"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "A test framework for testing rustc diagnostics output"

0 commit comments

Comments
 (0)