File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 3.1.2-alpha 2020-05-03
9
+ - Bug fixes for UI: results should now load in the modal properly
10
+ - Added GitHub action for branch and master builds
11
+
8
12
## 3.1.1-alpha 2020-04-08
9
13
### Changed
10
14
- Resolved a dependency problem where the locked version of github.com/xanzy/go-gitlab was incorrect.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package common
2
2
3
3
const (
4
4
Name = "gitrob"
5
- Version = "3.1.1 -alpha"
5
+ Version = "3.1.2 -alpha"
6
6
ASCIIBanner = " _ __ __\n " +
7
7
" ___ _(_) /________ / /\n " +
8
8
" / _ `/ / __/ __/ _ \\ / _ \\ \n " +
You can’t perform that action at this time.
0 commit comments