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.
2 parents ed41a3c + 3644c36 commit cb04cb2Copy full SHA for cb04cb2
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [v0.3.4](https://github.com/sacloud/saclient-go/compare/v0.3.3...v0.3.4) - 2026-03-19
4
+- Avoid dereference when response is nil by @shyouhei in https://github.com/sacloud/saclient-go/pull/88
5
+
6
## [v0.3.3](https://github.com/sacloud/saclient-go/compare/v0.3.2...v0.3.3) - 2026-03-18
7
- [chore] tagpr label settings by @shyouhei in https://github.com/sacloud/saclient-go/pull/83
8
- `SAKURA_SERVICE_PRINCIPAL_KEY_KID` environment variable by @shyouhei in https://github.com/sacloud/saclient-go/pull/85
version.go
@@ -14,4 +14,4 @@
14
15
package saclient
16
17
-const Version = "0.3.3"
+const Version = "0.3.4"
0 commit comments