Skip to content

Commit

Permalink
Bump version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed May 27, 2019
1 parent b407746 commit e73e35d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.9.2](https://github.com/vvatanabe/gitb/compare/0.9.1...0.9.2) (2019-05-28)

* change internal communication via http to use git ls-remote [#4](https://github.com/vvatanabe/gitb/pull/4) ([vvatanabe](https://github.com/vvatanabe))

## [0.9.1](https://github.com/vvatanabe/gitb/compare/0.9.0...0.9.1) (2019-05-27)

* fixed the process to get the URL of repository obtained via HTTP [#3](https://github.com/vvatanabe/gitb/pull/3) ([vvatanabe](https://github.com/vvatanabe))
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 = "0.9.1"
version = "0.9.2"
usage = "A command line tool for using Backlog's git comfortably."
usageText = name + " <command>"
)
Expand Down

0 comments on commit e73e35d

Please sign in to comment.