Skip to content

Commit 2648784

Browse files
committed
Release v0.7.0
1 parent aafeb14 commit 2648784

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@
1818

1919
[![asciicast](https://asciinema.org/a/176280.png)](https://asciinema.org/a/176280)
2020

21+
## :warning: Migrate 0.5.x -> 0.7.x :warning:
22+
23+
It depends on a newer version of github.com/izumin5210/gex.
24+
25+
<details>
26+
<summary>:memo: How to migrate</summary>
27+
28+
0. Bump grapi version
29+
- `go get -u github.com/izumin5210/grapi@v0.7'
30+
1. Fix type errors regarding github.com/izumin5210/gex if any.
31+
You should not see this problem unless you depend on the package
32+
directly or indirectly through modules other than grapi.
33+
34+
</details>
35+
36+
2137
## :warning: Migrate 0.4.x -> 0.5.x :warning:
2238
[grapiserver](https://godoc.org/github.com/izumin5210/grapi/pkg/grapiserver) will not handle os signals from v0.5.x.
2339
We recommend to use [`appctx.Global()`](https://godoc.org/github.com/srvc/appctx#Global) if you want to handle them.

cmd/grapi/consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
const (
44
name = "grapi"
5-
version = "v0.5.0"
5+
version = "v0.7.0"
66
)
77

88
var (

0 commit comments

Comments
 (0)