Skip to content

Commit 090b5ae

Browse files
authored
Merge pull request #88 from sacloud/tagpr-from-v0.7.1
Release for v0.8.0
2 parents b52787c + e67fff8 commit 090b5ae

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.8.0](https://github.com/sacloud/apprun-api-go/compare/v0.7.1...v0.8.0) - 2026-04-21
4+
- github: update settings by @repeatedly in https://github.com/sacloud/apprun-api-go/pull/87
5+
- Use ogen by @repeatedly in https://github.com/sacloud/apprun-api-go/pull/92
6+
- ci: bump Songmu/tagpr from 1.17.1 to 1.18.2 by @dependabot[bot] in https://github.com/sacloud/apprun-api-go/pull/91
7+
38
## [v0.7.1](https://github.com/sacloud/apprun-api-go/compare/v0.7.0...v0.7.1) - 2026-04-03
49
- go: bump github.com/sacloud/saclient-go from 0.3.2 to 0.3.4 by @dependabot[bot] in https://github.com/sacloud/apprun-api-go/pull/82
510
- Use OpenAPI spec v1.3.0 by @repeatedly in https://github.com/sacloud/apprun-api-go/pull/85

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.7.1"
19+
Version = "v0.8.0"
2020
// Revision git commit short commit hash
2121
Revision = "xxxxxx" // set on build time
2222
)

0 commit comments

Comments
 (0)