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 Feb 28, 2021
1 parent f7567e1 commit cbc0ae2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [2.3.0](https://github.com/olets/git-replay/compare/v2.2.1...v2.3.0) (2021-02-28)


### Features

* **backup:** warn if branch was not backed up ([bd2e392](https://github.com/olets/git-replay/commit/bd2e392fe81bbd351a1686d71b573fa79c3cdf8b))
* **dediverge:** support new feature ([fed9df4](https://github.com/olets/git-replay/commit/fed9df4321727285871ec48ea2dbdfa93455d006)), ([8afa79f](https://github.com/olets/git-replay/commit/8afa79fd5c480cd8d1f168c996238edb2b7d4a55)), ([da3f0f1](https://github.com/olets/git-replay/commit/da3f0f1ebcfbcf89d0b5421afec6c31ef57dd73e)), ([f7567e1](https://github.com/olets/git-replay/commit/f7567e170644dda600f361457a4ed5b99d8670ce))
* **quiet:** use verbose commands when expected ([01ec3bf](https://github.com/olets/git-replay/commit/01ec3bf09288d3080ace1fb4fd2214929305ffb0))



# [2.2.1](https://github.com/olets/git-replay/compare/v2.2.0...v2.2.1) (2020-11-22)


Expand Down
2 changes: 1 addition & 1 deletion git-replay
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ fi

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

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

Expand Down
2 changes: 1 addition & 1 deletion man/git-replay.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,4 @@ AUTHORS



git-replay 2.2.1 November 22 2020 GIT-REPLAY(1)
git-replay 2.3.0 February 28 2021 GIT-REPLAY(1)
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 "November 22 2020" "git-replay 2.2.1" "User Commands"
.TH "GIT-REPLAY" 1 "February 28 2021" "git-replay 2.3.0" "User Commands"
.SH NAME
git-replay \- automate Git rebases and stage creation
.SH SYNOPSIS
Expand Down

0 comments on commit cbc0ae2

Please sign in to comment.