From 8965a9e5b37dceeb571a98f4683e5a552603c1b8 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Fri, 15 Feb 2019 16:51:27 +0100 Subject: [PATCH] Mark version 0.5.4 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd25cd..79345f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ # Unreleased changes +# Version 0.5.4 + * Support for `-p` and `-R` patch options in series file. * Fuzz > 0 now behaves lot more like patch. +* Multiple bugfixes. + +# Version 0.5.3 + +* Created because version 0.5.2 was tagged badly # Version 0.5.2 diff --git a/Cargo.lock b/Cargo.lock index f3d243b..fbbd008 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -288,7 +288,7 @@ dependencies = [ [[package]] name = "rapidquilt" -version = "0.5.3" +version = "0.5.4" 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 6322b30..5a704ee 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/michalsrb/rapidquilt" -version = "0.5.3" +version = "0.5.4" authors = ["Michal Srb "] license = "MIT" edition = '2018'