We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e78db5f commit d1df3b8Copy full SHA for d1df3b8
2 files changed
CHANGELOG.md
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## 3.2.1-beta 2020-05-18
9
+### Changed
10
+- Improve matching for GitLab PATs
11
+- Fix escaping in content signatures.
12
+
13
## 3.2.0-beta 2020-05-18
14
### Changed
15
- Improve matching for file signatures in general via regex improvements
common/banner.go
@@ -2,7 +2,7 @@ package common
2
3
const (
4
Name = "gitrob"
- Version = "3.2.0-beta"
+ Version = "3.2.1-beta"
ASCIIBanner = " _ __ __\n" +
" ___ _(_) /________ / /\n" +
" / _ `/ / __/ __/ _ \\/ _ \\\n" +
0 commit comments