We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5112f51 commit a9baf99Copy full SHA for a9baf99
.github/RELEASE.md
@@ -1,7 +1,13 @@
1
2
## Change log
3
4
-Upgrade library versions:
+Transfer ownership of the `zhufuyi/sponge` repository to the `go-dev-frame/sponge`.
5
6
-- [**github.com/gin-contrib/cors**](https://github.com/gin-contrib/cors): v1.7.1 -> v1.7.2
7
-- [**golang.org/x/crypto**](https://golang.org/x/crypto): v0.26.0 -> v0.31.0
+<br>
+
8
+**Note: If you currently have Sponge v1.11.1 and below, if you want to upgrade to a higher version, execute the following command:**
9
10
+```bash
11
+go install github.com/go-dev-frame/sponge@latest
12
+sponge upgrade
13
+```
0 commit comments