Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump v0.9.12 #607

Merged
merged 1 commit into from
Dec 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## v0.9.12

### Exciting New Features 🎉

* feat: support tablestore client by @hnlq715 in https://github.com/douyu/jupiter/pull/603

### Other Changes

* fix: resty retry panic by @hnlq715 in https://github.com/douyu/jupiter/pull/604
* feat: improve ci test by @hnlq715 in https://github.com/douyu/jupiter/pull/606

**Full Changelog**: https://github.com/douyu/jupiter/compare/v0.9.11...v0.9.12
<!-- Release notes generated using configuration in .github/release.yml at master -->

## v0.9.11

### Exciting New Features 🎉
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.9.11"
const jupiterVersion = "v0.9.12"

var (
startTime string
Expand Down