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 f32291a + 06497d0 commit 099f703Copy full SHA for 099f703
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v0.3.7](https://github.com/sacloud/saclient-go/compare/v0.3.6...v0.3.7) - 2026-04-17
4
+- Add IsConflictError helper by @repeatedly in https://github.com/sacloud/saclient-go/pull/102
5
+- resupported zone on endpoint config by @to-shoji in https://github.com/sacloud/saclient-go/pull/104
6
+
7
## [v0.3.6](https://github.com/sacloud/saclient-go/compare/v0.3.5...v0.3.6) - 2026-04-13
8
- Test: Windows CI by @shyouhei in https://github.com/sacloud/saclient-go/pull/95
9
- golang 1.26.2 by @tokuhirom in https://github.com/sacloud/saclient-go/pull/98
version.go
@@ -14,4 +14,4 @@
14
15
package saclient
16
17
-const Version = "0.3.6"
+const Version = "0.3.7"
0 commit comments