DarthSim 5 rokov pred
rodič
commit
e65d7c7427
2 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  1. 2 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 2 - 0
CHANGELOG.md

@@ -1,6 +1,8 @@
 # Changelog
 # Changelog
 
 
 ## [Unreleased]
 ## [Unreleased]
+
+## [2.7.0] - 2019-11-13
 ### Changed
 ### Changed
 - Boolean processing options such as `enlarge` and `extend` are properly parsed. `1`, `t`, `TRUE`, `true`, `True` are truthy, `0`, `f`, `F`, `FALSE`, `false`, `False` are falsy. All other values are treated as falsy and generate a warning message.
 - Boolean processing options such as `enlarge` and `extend` are properly parsed. `1`, `t`, `TRUE`, `true`, `True` are truthy, `0`, `f`, `F`, `FALSE`, `false`, `False` are falsy. All other values are treated as falsy and generate a warning message.
 
 

+ 1 - 1
main.go

@@ -10,7 +10,7 @@ import (
 	"time"
 	"time"
 )
 )
 
 
-const version = "2.6.1"
+const version = "2.7.0"
 
 
 type ctxKey string
 type ctxKey string