Skip to content

Commit 49a8a24

Browse files
authored
Merge pull request #61 from sacloud/tagpr-from-v0.2.7
Release for v0.3.0
2 parents da53e2b + 7fa032c commit 49a8a24

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.0](https://github.com/sacloud/saclient-go/compare/v0.2.7...v0.3.0) - 2026-01-28
4+
- feat: add configurable service endpoints support by @yamamoto-febc in https://github.com/sacloud/saclient-go/pull/57
5+
- ci: bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in https://github.com/sacloud/saclient-go/pull/60
6+
37
## [v0.2.7](https://github.com/sacloud/saclient-go/compare/v0.2.6...v0.2.7) - 2026-01-15
48
- prefer dynamic configurations over others by @shyouhei in https://github.com/sacloud/saclient-go/pull/55
59

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.2.7"
17+
const Version = "0.3.0"

0 commit comments

Comments
 (0)