Skip to content

Commit 099f703

Browse files
authored
Merge pull request #103 from sacloud/tagpr-from-v0.3.6
Release for v0.3.7
2 parents f32291a + 06497d0 commit 099f703

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## [v0.3.6](https://github.com/sacloud/saclient-go/compare/v0.3.5...v0.3.6) - 2026-04-13
48
- Test: Windows CI by @shyouhei in https://github.com/sacloud/saclient-go/pull/95
59
- golang 1.26.2 by @tokuhirom in https://github.com/sacloud/saclient-go/pull/98

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
package saclient
1616

17-
const Version = "0.3.6"
17+
const Version = "0.3.7"

0 commit comments

Comments
 (0)