Skip to content

Commit cb04cb2

Browse files
authored
Merge pull request #89 from sacloud/tagpr-from-v0.3.3
Release for v0.3.4
2 parents ed41a3c + 3644c36 commit cb04cb2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v0.3.4](https://github.com/sacloud/saclient-go/compare/v0.3.3...v0.3.4) - 2026-03-19
4+
- Avoid dereference when response is nil by @shyouhei in https://github.com/sacloud/saclient-go/pull/88
5+
36
## [v0.3.3](https://github.com/sacloud/saclient-go/compare/v0.3.2...v0.3.3) - 2026-03-18
47
- [chore] tagpr label settings by @shyouhei in https://github.com/sacloud/saclient-go/pull/83
58
- `SAKURA_SERVICE_PRINCIPAL_KEY_KID` environment variable by @shyouhei in https://github.com/sacloud/saclient-go/pull/85

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.3"
17+
const Version = "0.3.4"

0 commit comments

Comments
 (0)