Skip to content

Commit 0ab9742

Browse files
authored
Merge pull request #60 from sacloud/tagpr-from-v0.4.0
Release for v0.4.1
2 parents 258b0ff + 212dcf6 commit 0ab9742

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.4.1](https://github.com/sacloud/apprun-api-go/compare/v0.4.0...v0.4.1) - 2025-10-21
4+
- Use net/http instead of gin for fake server by @repeatedly in https://github.com/sacloud/apprun-api-go/pull/59
5+
36
## [v0.4.0](https://github.com/sacloud/apprun-api-go/compare/v0.3.0...v0.4.0) - 2025-09-24
47
- AppRun API v1.1.0: update misc by @yamamoto-febc in https://github.com/sacloud/apprun-api-go/pull/36
58
- lint openapi.yaml by @yamamoto-febc in https://github.com/sacloud/apprun-api-go/pull/35

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

0 commit comments

Comments
 (0)