Skip to content

Commit

Permalink
chore: bump jupiter to v0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed May 9, 2023
1 parent 34d7245 commit f41ee48
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## v0.11.7
### What's Changed
* chore: improve timeout test case by @hnlq715 in https://github.com/douyu/jupiter/pull/856
* build(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 in /test/e2e by @dependabot in https://github.com/douyu/jupiter/pull/857
* fix: be compatible with old grpc client by @hnlq715 in https://github.com/douyu/jupiter/pull/855
* feat: read config from nacos by @5idu in https://github.com/douyu/jupiter/pull/838
* feat(freecache): race问题 by @PengYechang in https://github.com/douyu/jupiter/pull/858
* Revert "feat: read config from nacos" by @hnlq715 in https://github.com/douyu/jupiter/pull/863

## New Contributors
* @5idu made their first contribution in https://github.com/douyu/jupiter/pull/838

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

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

## v0.11.6

### What's Changed
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.6"
const jupiterVersion = "v0.11.7"

var (
startTime string
Expand Down

0 comments on commit f41ee48

Please sign in to comment.