Skip to content

Commit

Permalink
release v0.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Oct 23, 2024
1 parent 1eca0f6 commit 6866dda
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.29.2 (Released 2024-10-23)

IMPROVEMENTS

- cmd/server: only wrap pipeline steps with debugStep during debugging
- cmd/server: pool x/text/transform.Transformer instances

BUILD

- build: update golang.org/x/text
- cmd/server: reduce memory usage in benchmark setup

## v0.29.1 (Released 2024-10-07)

IMPROVEMENTS
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

package watchman

const Version = "v0.29.1"
const Version = "v0.29.2"

0 comments on commit 6866dda

Please sign in to comment.