Skip to content

Commit

Permalink
Bump version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Mar 22, 2021
1 parent 809462e commit 7adcb4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [2.3.1](https://github.com/vvatanabe/gitb/compare/2.3.0...2.3.1) (2021-03-22)

* Add missing browse tag command [#35](https://github.com/vvatanabe/gitb/pull/35) ([mmktomato](https://github.com/mmktomato))
* Add explanation of browse show to README [#34](https://github.com/vvatanabe/gitb/pull/34) ([mmktomato](https://github.com/mmktomato))

## [2.3.0](https://github.com/vvatanabe/gitb/compare/2.2.1...2.3.0) (2020-10-23)

* new command "browse show" [#32](https://github.com/vvatanabe/gitb/pull/32) ([tockri](https://github.com/tockri))
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "fmt"

const (
name = "gitb"
version = "2.3.0"
version = "2.3.1"
usage = "A command line tool for using Backlog's git comfortably."
usageText = name + " <command>"
)
Expand Down

0 comments on commit 7adcb4c

Please sign in to comment.