mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 21:32:11 +08:00
Bump to v1.7.7 preparations
This commit is contained in:
parent
1db43729b5
commit
d0a49505d4
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,12 +1,6 @@
|
|||||||
# Gin ChangeLog
|
# Gin ChangeLog
|
||||||
|
|
||||||
## Gin v1.7.6
|
## Gin v1.7.7
|
||||||
|
|
||||||
### BUGFIXES
|
|
||||||
|
|
||||||
* bump new release to fix v1.7.5 installation error and retract v1.7.5.
|
|
||||||
|
|
||||||
## Gin v1.7.5
|
|
||||||
|
|
||||||
### BUGFIXES
|
### BUGFIXES
|
||||||
|
|
||||||
@ -24,6 +18,12 @@
|
|||||||
|
|
||||||
* NoMethod: added usage annotation ([#2832](https://github.com/gin-gonic/gin/pull/2832#issuecomment-929954463)).
|
* NoMethod: added usage annotation ([#2832](https://github.com/gin-gonic/gin/pull/2832#issuecomment-929954463)).
|
||||||
|
|
||||||
|
## Gin v1.7.6
|
||||||
|
|
||||||
|
### BUGFIXES
|
||||||
|
|
||||||
|
* bump new release to fix v1.7.5 release error by using v1.7.4 codes.
|
||||||
|
|
||||||
## Gin v1.7.4
|
## Gin v1.7.4
|
||||||
|
|
||||||
### BUGFIXES
|
### BUGFIXES
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
package gin
|
package gin
|
||||||
|
|
||||||
// Version is the current gin framework's version.
|
// Version is the current gin framework's version.
|
||||||
const Version = "v1.7.6"
|
const Version = "v1.7.7"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user