Skip to content

Commit 0eab710

Browse files
authored
Merge pull request #65 from sacloud/tagpr-from-v0.3.0
Release for v0.3.1
2 parents 52a257e + 19edd29 commit 0eab710

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v0.3.1](https://github.com/sacloud/saclient-go/compare/v0.3.0...v0.3.1) - 2026-02-03
4+
- Prefer bearer authentication by @shyouhei in https://github.com/sacloud/saclient-go/pull/64
5+
- ci: bump actions/setup-go from 6.1.0 to 6.2.0 by @dependabot[bot] in https://github.com/sacloud/saclient-go/pull/58
6+
- go: bump github.com/sacloud/api-client-go from 0.3.4 to 0.3.5 by @dependabot[bot] in https://github.com/sacloud/saclient-go/pull/63
7+
38
## [v0.3.0](https://github.com/sacloud/saclient-go/compare/v0.2.7...v0.3.0) - 2026-01-28
49
- feat: add configurable service endpoints support by @yamamoto-febc in https://github.com/sacloud/saclient-go/pull/57
510
- ci: bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in https://github.com/sacloud/saclient-go/pull/60

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.0"
17+
const Version = "0.3.1"

0 commit comments

Comments
 (0)