diff --git a/CHANGELOG.md b/CHANGELOG.md index b4060e7..e57c512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Unreleased changes +# Version 0.6.1 + +* Fix hangs on failure +* Fix --dry-run + # Version 0.6.0 * Major speedup and simplification of the implementation diff --git a/Cargo.lock b/Cargo.lock index c369191..0baedec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -312,7 +312,7 @@ dependencies = [ [[package]] name = "rapidquilt" -version = "0.6.0" +version = "0.6.1" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "colored 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5f5ebe2..720d2e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rapidquilt" description = "This is very specialized reimplementation of quilt & patch in one. It supports only the push command. The goal is to be very fast." repository = "https://github.com/openSUSE/rapidquilt" -version = "0.6.0" +version = "0.6.1" authors = ["Michal Srb "] license = "MIT" edition = '2018'