Release Notes
This release just contains bug fixes and no new features.
It fixes various bugs uncovered by the staticcheck linter added to the golangci-lint system.
In particular, two recursion bugs and the usage of deprecated types, functions and methods.
What's Changed
- edge: fix recursion bug in iterator by @aead in #350
- ci: add staticcheck linter by @aead in #351
- add git tag check to release process by @aead in #349
Full Changelog: 2023-04-17T23-01-06Z...2023-04-18T19-36-09Z