Skip to content

Commit 47b0ff9

Browse files
authored
Merge pull request #24 from sacloud/tagpr-from-v0.1.2
Release for v0.2.0
2 parents ed0a463 + 38652d1 commit 47b0ff9

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v0.2.0](https://github.com/sacloud/service-endpoint-gateway-api-go/compare/v0.1.2...v0.2.0) - 2026-07-07
4+
- ci: bump Songmu/tagpr from 1.9.0 to 1.18.2 by @dependabot[bot] in https://github.com/sacloud/service-endpoint-gateway-api-go/pull/17
5+
- go: bump github.com/sacloud/packages-go from 0.0.12 to 0.0.13 by @dependabot[bot] in https://github.com/sacloud/service-endpoint-gateway-api-go/pull/22
6+
- ci: bump actions/setup-go from 6.2.0 to 6.4.0 by @dependabot[bot] in https://github.com/sacloud/service-endpoint-gateway-api-go/pull/11
7+
- Change the cast inside NewClientWithAPIRootURL by @to-shoji in https://github.com/sacloud/service-endpoint-gateway-api-go/pull/23
8+
- Allow DNSForwardingSettings to become partial by @shyouhei in https://github.com/sacloud/service-endpoint-gateway-api-go/pull/36
9+
310
## [v0.1.2](https://github.com/sacloud/service-endpoint-gateway-api-go/compare/v0.1.1...v0.1.2) - 2026-04-20
411
- Fix NewClient and List API by @to-shoji in https://github.com/sacloud/service-endpoint-gateway-api-go/pull/20
512

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
// limitations under the License.
1414
package seg
1515

16-
const Version = "0.1.2"
16+
const Version = "0.2.0"

0 commit comments

Comments
 (0)