Skip to content

Commit

Permalink
v2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Nov 29, 2023
1 parent e2e81c8 commit 931dc0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 2.13.2

### Fixes
- Fix file handler leak (#1309) [e2e81c8]
- Avoid allocations with `(*regexp.Regexp).MatchString` (#1302) [3b2a2a7]

## 2.13.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion types/version.go
@@ -1,3 +1,3 @@
package types

const VERSION = "2.13.1"
const VERSION = "2.13.2"

0 comments on commit 931dc0b

Please sign in to comment.