File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ package apprun
1616
1717var (
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)
You can’t perform that action at this time.
0 commit comments