File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## 3.4.0-beta 2020-06-18
9+ - Update/fix file and content signatures
10+ - Fix bug where repo clones weren't properly deleted from the temp directory
11+ - Add new signatures for zoom meeting links, google meet links, and ngrok reverse tunnels
12+
813## 3.3.2-beta 2020-06-18
914### Changed
1015- Re-add build and release scripts after merge from phantomSecrets
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package common
22
33const (
44 Name = "gitrob"
5- Version = "3.3.2 -beta"
5+ Version = "3.4.0 -beta"
66 ASCIIBanner = " _ __ __\n " +
77 " ___ _(_) /________ / /\n " +
88 " / _ `/ / __/ __/ _ \\ / _ \\ \n " +
You can’t perform that action at this time.
0 commit comments