Skip to content

Commit 193c4bb

Browse files
committed
chore: Release
1 parent 5cba115 commit 193c4bb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.14.4] - 2022-11-10
11+
1012
### Fixes
1113

1214
- Automatically ignore tests under miri (already doesn't work)
@@ -303,7 +305,8 @@ Config
303305
## [0.1.0] - 2021-11-05
304306

305307
<!-- next-url -->
306-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.14.3...HEAD
308+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.14.4...HEAD
309+
[0.14.4]: https://github.com/assert-rs/trycmd/compare/v0.14.3...v0.14.4
307310
[0.14.3]: https://github.com/assert-rs/trycmd/compare/v0.14.2...v0.14.3
308311
[0.14.2]: https://github.com/assert-rs/trycmd/compare/v0.14.1...v0.14.2
309312
[0.14.1]: https://github.com/assert-rs/trycmd/compare/v0.14.0...v0.14.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33

44
[package]
55
name = "trycmd"
6-
version = "0.14.3"
6+
version = "0.14.4"
77
description = "Snapshot testing for a herd of CLI tests"
88
authors = ["Ed Page <[email protected]>"]
99
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)