From 3a67f3bc4e4c6df33f63d6ba99390970f17f67f8 Mon Sep 17 00:00:00 2001 From: Tom Milligan Date: Thu, 6 Jul 2023 18:55:31 +0100 Subject: [PATCH] chore: prepare for v1.4.0 release --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++++ pretty_assertions/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdb841a..0ce6e56 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index d9a5739..7bbb4cc 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pretty_assertions/Cargo.toml b/pretty_assertions/Cargo.toml index e1858d1..363db94 100644 --- a/pretty_assertions/Cargo.toml +++ b/pretty_assertions/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pretty_assertions" -version = "1.3.0" +version = "1.4.0" authors = [ "Colin Kiegel ", "Florent Fayolle ",