소스 검색

Bump version; update changelog

DarthSim 6 년 전
부모
커밋
4de8bd0ffd
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 
+## v2.2.2
+
+- Memory usage optimizations.
+
 ## v2.2.1
 
 - Source file size limit;

+ 1 - 1
main.go

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