Skip to content

Commit

Permalink
Mark version 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Srb committed Feb 15, 2019
1 parent e3f2190 commit 8965a9e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <michalsrb@gmail.com>"]
license = "MIT"
edition = '2018'
Expand Down

0 comments on commit 8965a9e

Please sign in to comment.