Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare for v1.4.0 release #119

Merged
merged 1 commit into from Jul 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Unreleased

# v1.4.0

## Changed

- (Windows only) Removed the `ctor` and `output_vt100` dependencies, as their benefit could not be demonstrated ([#118](https://github.com/rust-pretty-assertions/rust-pretty-assertions/pull/118))

## Fixed

- Minor documentation fixes ([#107](https://github.com/rust-pretty-assertions/rust-pretty-assertions/pull/107))

# v1.3.0

## Changed
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -109,3 +109,7 @@ Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.

## Development

- Cut a new release by creating a GitHub release with tag. Crate will be built and uploaded to crates.io by GHA.
2 changes: 1 addition & 1 deletion pretty_assertions/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pretty_assertions"
version = "1.3.0"
version = "1.4.0"
authors = [
"Colin Kiegel <kiegel@gmx.de>",
"Florent Fayolle <florent.fayolle69@gmail.com>",
Expand Down