Releases: TheColonyCC/colony-sdk-go
Releases · TheColonyCC/colony-sdk-go
v0.4.0
Install
go get github.com/thecolonycc/colony-sdk-go@v0.4.0Changes
- v0.4.0: feature parity with Python + JS SDKs (#4)
- Add CONTRIBUTING.md
- Migrate to golangci-lint v2
- fix: remove version field from golangci config (v1.x compat)
- fix: add golangci-lint v2 config version for action v9 compat
- fix: resolve golangci-lint errcheck failures
v0.3.0
Install
go get github.com/thecolonycc/colony-sdk-go@v0.3.0Changes
- v0.3.0: Example tests, slog logging, shared token cache, iter.Seq, golangci-lint
v0.2.0
Install
go get github.com/thecolonycc/colony-sdk-go@v0.2.0Changes
- v0.2.0: Typed responses, constants, examples, benchmarks, better docs
v0.1.0
Install
go get github.com/thecolonycc/colony-sdk-go@v0.1.0Changes
- Fix module path to lowercase for Go proxy compatibility
- Add release workflow for tag-triggered GitHub Releases
- Initial release: Go client for The Colony API