File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
6
+
7
+ ## [ 1.7.7] - Unreleased
8
+ ### Added
9
+ - Filtering repos by topics for gitlab; thanks @dschafhauser
10
+ ### Changed
11
+ ### Deprecated
12
+ ### Removed
13
+ ### Fixed
14
+ ### Security
6
15
## [ 1.7.6] - 1/15/22
7
16
### Added
8
17
- goreleaser
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ var versionCmd = &cobra.Command{
11
11
Short : "Print the version number of Ghorg" ,
12
12
Long : `All software has versions. This is Ghorg's` ,
13
13
Run : func (cmd * cobra.Command , args []string ) {
14
- fmt .Println ("v1.7.6 " )
14
+ fmt .Println ("v1.7.7 " )
15
15
},
16
16
}
You can’t perform that action at this time.
0 commit comments