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 4f76c43 commit cd1b991Copy full SHA for cd1b991
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.32.0
2
* Refactored `trace.Topic` (experimental) handlers
3
* Fixed signature/name of helpers in `topic`/`topicsugar` package
4
* Allowed read and commit messages in parallel
internal/meta/version.go
@@ -2,7 +2,7 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "31"
+ VersionMinor = "32"
6
VersionPatch = "0"
7
)
8
0 commit comments