Skip to content

Commit 65693ee

Browse files
Release for v0.6.0 (#66)
* [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6187806 commit 65693ee

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.6.0](https://github.com/sacloud/apprun-api-go/compare/v0.5.0...v0.6.0) - 2025-12-24
4+
- fixes acceptance test - specs by @yamamoto-febc in https://github.com/sacloud/apprun-api-go/pull/65
5+
- go: bump github.com/sacloud/api-client-go from 0.3.3 to 0.3.4 by @dependabot[bot] in https://github.com/sacloud/apprun-api-go/pull/67
6+
- feat: sacloud/saclient-go by @yamamoto-febc in https://github.com/sacloud/apprun-api-go/pull/68
7+
38
## [v0.5.0](https://github.com/sacloud/apprun-api-go/compare/v0.4.1...v0.5.0) - 2025-12-05
49
- go: bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in https://github.com/sacloud/apprun-api-go/pull/62
510
- ci: bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/sacloud/apprun-api-go/pull/61

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package apprun
1616

1717
var (
1818
// Version app version
19-
Version = "v0.5.0"
19+
Version = "v0.6.0"
2020
// Revision git commit short commit hash
2121
Revision = "xxxxxx" // set on build time
2222
)

0 commit comments

Comments
 (0)