Browse Source

Bump version; Update changelog

DarthSim 6 years ago
parent
commit
69549b878a
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 # Changelog
 
 
+## v2.2.1
+
+- Source file size limit;
+- More memory usage optimizations.
+
 ## v2.2.0
 ## v2.2.0
 
 
 - Optimized memory usage. [Memory usage tweaks](./docs/memory_usage_tweaks.md);
 - Optimized memory usage. [Memory usage tweaks](./docs/memory_usage_tweaks.md);

+ 1 - 1
main.go

@@ -11,7 +11,7 @@ import (
 	_ "net/http/pprof"
 	_ "net/http/pprof"
 )
 )
 
 
-const version = "2.2.0"
+const version = "2.2.1"
 
 
 type ctxKey string
 type ctxKey string