mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 13:22:09 +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 v1.7.6
|
||||
|
||||
### BUGFIXES
|
||||
|
||||
* bump new release to fix v1.7.5 installation error and retract v1.7.5.
|
||||
|
||||
## Gin v1.7.5
|
||||
## Gin v1.7.7
|
||||
|
||||
### BUGFIXES
|
||||
|
||||
@ -24,6 +18,12 @@
|
||||
|
||||
* 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
|
||||
|
||||
### BUGFIXES
|
||||
|
@ -5,4 +5,4 @@
|
||||
package gin
|
||||
|
||||
// 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