From 490dda85e854e61140540a5e72bac6eac17c12e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E5=8F=AF?= Date: Fri, 5 May 2023 11:36:31 +0800 Subject: [PATCH] chore: bump jupiter to v0.11.6 --- CHANGELOG.md | 19 +++++++++++++++++++ pkg/pkg.go | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03021d1c59..2e74376f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 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 + + + +## 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 @@ -36,6 +53,8 @@ +## 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 diff --git a/pkg/pkg.go b/pkg/pkg.go index 8e81486a32..e09d1fd867 100644 --- a/pkg/pkg.go +++ b/pkg/pkg.go @@ -26,7 +26,7 @@ import ( "github.com/fatih/color" ) -const jupiterVersion = "v0.11.5" +const jupiterVersion = "v0.11.6" var ( startTime string