Jelajahi Sumber

Bump version; Update changelog

DarthSim 6 tahun lalu
induk
melakukan
a344a47f0f
2 mengubah file dengan 6 tambahan dan 1 penghapusan
  1. 5 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## v2.2.3
+
+- Fixed critical bug with cached C strings;
+- Simple filesystem transport withh less memory usage.
+
 ## v2.2.2
 
 - Memory usage optimizations.

+ 1 - 1
main.go

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