Skip to content

Commit

Permalink
chore(version): bump and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Jul 30, 2021
1 parent 7664c4b commit 234495f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [3.1](https://github.com/olets/git-replay/compare/v3.0.0...v) (2021-07-30)


### Features

* **diverged:** distinguish between diverged and ahead/behind [[#5](https://github.com/olets/git-replay/issues/5)] ([654297a](https://github.com/olets/git-replay/commit/654297a64162ffbeb0280372218e5f70be9671db))



# [3.0.0](https://github.com/olets/git-replay/compare/v3.0.0-beta.2...v3.0.0) (2021-07-05)

Breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion git-replay
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ dir_name=replay

readonly SOURCE_PATH=${0:A:h}
readonly BACKUP_PREFIX="git-replay"
readonly VERSION=3.0.0
readonly VERSION=3.1

mkdir -p ${TMPDIR:-/tmp/}git-replay

Expand Down
2 changes: 1 addition & 1 deletion man/man1/git-replay.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-REPLAY" 1 "July 4 2021" "git-replay 3.0.0" "User Commands"
.TH "GIT-REPLAY" 1 "July 30 2021" "git-replay 3.1" "User Commands"
.SH NAME
git-replay \- automate Git rebases and stage creation
.SH SYNOPSIS
Expand Down

0 comments on commit 234495f

Please sign in to comment.