Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 6, 2022
1 parent c1cedf5 commit 88868ea
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.14.0] - 2022-10-06

### Breaking Change

- Unknown bins now fail, rather than being ignored. This can be worked around by either ignoring the code block, setting the status to skipped, or ignoring the specific bin in question
Expand Down Expand Up @@ -283,7 +285,8 @@ Config
## [0.1.0] - 2021-11-05

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.13.7...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/assert-rs/trycmd/compare/v0.13.7...v0.14.0
[0.13.7]: https://github.com/assert-rs/trycmd/compare/v0.13.6...v0.13.7
[0.13.6]: https://github.com/assert-rs/trycmd/compare/v0.13.5...v0.13.6
[0.13.5]: https://github.com/assert-rs/trycmd/compare/v0.13.4...v0.13.5
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 @@ -3,7 +3,7 @@ members = ["crates/*"]

[package]
name = "trycmd"
version = "0.13.7"
version = "0.14.0"
description = "Snapshot testing for a herd of CLI tests"
authors = ["Ed Page <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 88868ea

Please sign in to comment.