Skip to content

Commit 715c38d

Browse files
committed
Checking in changes prior to tagging of version v0.9.0
1 parent 8636f07 commit 715c38d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [v0.9.0](https://github.com/aktsk/atgen/compare/v0.8.0...v0.9.0) (2025-05-12)
4+
5+
* Use Go 1.23, upgrade dependencies [#67](https://github.com/aktsk/atgen/pull/67) ([otofune](https://github.com/otofune))
6+
* Update module golang.org/x/tools to v0.16.0 [#59](https://github.com/aktsk/atgen/pull/59) ([renovate[bot]](https://github.com/apps/renovate))
7+
* ioutilからosに置き換える [#58](https://github.com/aktsk/atgen/pull/58) ([seipan](https://github.com/seipan))
8+
39
## [v0.8.0](https://github.com/aktsk/atgen/compare/v0.7.0...v0.8.0) (2023-11-15)
410

511
* exampleに```/v1/people/all```を追加する。 [#55](https://github.com/aktsk/atgen/pull/55) ([seipan](https://github.com/seipan))

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/urfave/cli/v3"
99
)
1010

11-
var version = "0.8.0"
11+
var version = "0.9.0"
1212

1313
func main() {
1414
ctx := context.Background()

0 commit comments

Comments
 (0)