diff --git a/CHANGELOG.md b/CHANGELOG.md index 4105a3e..c1c7956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Unreleased changes +# Version 0.6.6 + +* Preserve file permissions if no mode is specified in the patch. * Avoid language features that are rejected by Rust 1.54. Support for this version is still needed. * Simplify diagonstics of failed hunks. Although the new algorithm is more diff --git a/Cargo.toml b/Cargo.toml index 8f79190..7c84103 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.5" +version = "0.6.6" authors = ["Michal Srb "] license = "MIT" edition = '2018'