From fff6a3871acd3c26ab6104d8e3996936f772d178 Mon Sep 17 00:00:00 2001 From: Petr Tesarik Date: Fri, 13 May 2022 14:45:48 +0200 Subject: [PATCH] Increase version to 0.6.5 Signed-off-by: Petr Tesarik --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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'