Skip to content

Commit

Permalink
chore: bump jupiter to v0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed May 5, 2023
1 parent aebdba3 commit 490dda8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

<!-- Release notes generated using configuration in .github/release.yml at master -->

## v0.11.6

### What's Changed
* build(deps): bump github.com/valyala/fasthttp from 1.45.0 to 1.46.0 by @dependabot in https://github.com/douyu/jupiter/pull/836
* build(deps): bump github.com/valyala/fasthttp from 1.45.0 to 1.46.0 in /test/e2e by @dependabot in https://github.com/douyu/jupiter/pull/837
* build(deps): bump gorm.io/gorm from 1.24.7-0.20230306060331-85eaf9eeda11 to 1.25.0 by @dependabot in https://github.com/douyu/jupiter/pull/827
* feat: add httpbin in docker-compose by @hnlq715 in https://github.com/douyu/jupiter/pull/853
* feat(freecache): fix nil not hit by @PengYechang in https://github.com/douyu/jupiter/pull/850
* build(deps): bump github.com/valyala/fasthttp from 1.46.0 to 1.47.0 in /test/e2e by @dependabot in https://github.com/douyu/jupiter/pull/845


**Full Changelog**: https://github.com/douyu/jupiter/compare/v0.11.5...v0.11.6

<!-- Release notes generated using configuration in .github/release.yml at master -->

## v0.11.5

### New Changes
* build(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 by @dependabot in https://github.com/douyu/jupiter/pull/801
* build(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 in /test/e2e by @dependabot in https://github.com/douyu/jupiter/pull/802
Expand Down Expand Up @@ -36,6 +53,8 @@

<!-- Release notes generated using configuration in .github/release.yml at master -->

## v0.11.4

### New Changes
* build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0 in /test/e2e by @dependabot in https://github.com/douyu/jupiter/pull/773
* build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0 by @dependabot in https://github.com/douyu/jupiter/pull/772
Expand Down
2 changes: 1 addition & 1 deletion pkg/pkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/fatih/color"
)

const jupiterVersion = "v0.11.5"
const jupiterVersion = "v0.11.6"

var (
startTime string
Expand Down

0 comments on commit 490dda8

Please sign in to comment.