We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e81c8 commit 931dc0bCopy full SHA for 931dc0b
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.13.2
2
+
3
+### Fixes
4
+- Fix file handler leak (#1309) [e2e81c8]
5
+- Avoid allocations with `(*regexp.Regexp).MatchString` (#1302) [3b2a2a7]
6
7
## 2.13.1
8
9
### Fixes
types/version.go
@@ -1,3 +1,3 @@
package types
-const VERSION = "2.13.1"
+const VERSION = "2.13.2"
0 commit comments