Skip to content

Commit 931dc0b

Browse files
committed
v2.13.2
1 parent e2e81c8 commit 931dc0b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 2.13.1
28

39
### Fixes

types/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.13.1"
3+
const VERSION = "2.13.2"

0 commit comments

Comments
 (0)