Skip to content

Commit b23d485

Browse files
committed
Releasing v3.2.0-beta
1 parent e30df3e commit b23d485

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 3.2.0-beta 2020-05-18
9+
### Changed
10+
- Improve matching for file signatures in general via regex improvements
11+
12+
### Added
13+
- Add file signatures for common GitLab configuration files
14+
815
## 3.1.4-alpha 2020-05-18
916
### Added
1017
- Improve regexes for GitLab PAT

common/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package common
22

33
const (
44
Name = "gitrob"
5-
Version = "3.1.4-alpha"
5+
Version = "3.2.0-beta"
66
ASCIIBanner = " _ __ __\n" +
77
" ___ _(_) /________ / /\n" +
88
" / _ `/ / __/ __/ _ \\/ _ \\\n" +

0 commit comments

Comments
 (0)