diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b24fd9..792421c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased changes +# Version 0.6.5 + * Rewrite the parser and improve its performance by approx. 15 %. # Version 0.6.4 diff --git a/Cargo.toml b/Cargo.toml index 38f9f79..8f79190 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.4" +version = "0.6.5" authors = ["Michal Srb "] license = "MIT" edition = '2018'