Skip to content

Commit

Permalink
chore: release v0.9.13 (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq authored Dec 9, 2022
1 parent 901deb3 commit 08a6bed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## v0.9.13

### Other Changes

* build(deps): bump otel to v1.11.2 by @hnlq715 in https://github.com/douyu/jupiter/pull/615
* fix: GetInt64Slice by @hnlq715 in https://github.com/douyu/jupiter/pull/616

**Full Changelog**: https://github.com/douyu/jupiter/compare/v0.9.12...v0.9.13

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

## v0.9.12

### 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.12"
const jupiterVersion = "v0.9.13"

var (
startTime string
Expand Down

0 comments on commit 08a6bed

Please sign in to comment.