Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 4, 2024
1 parent b790479 commit 2769ed8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.15.1] - 2024-04-04

### Fixes

- Overwrite of `.stdout`/`.stderr` files works again
Expand Down Expand Up @@ -423,7 +425,8 @@ Config
## [0.1.0] - 2021-11-05

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.15.0...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.15.1...HEAD
[0.15.1]: https://github.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/assert-rs/trycmd/compare/v0.14.21...v0.15.0
[0.14.21]: https://github.com/assert-rs/trycmd/compare/v0.14.20...v0.14.21
[0.14.20]: https://github.com/assert-rs/trycmd/compare/v0.14.19...v0.14.20
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include = [

[package]
name = "trycmd"
version = "0.15.0"
version = "0.15.1"
description = "Snapshot testing for a herd of CLI tests"
authors = ["Ed Page <eopage@gmail.com>"]
repository = "https://github.com/assert-rs/trycmd.git"
Expand Down

0 comments on commit 2769ed8

Please sign in to comment.