From 5a6e6e83ddf9e9f11a91fd82c949e6e1473ceaf5 Mon Sep 17 00:00:00 2001 From: FishGoddess <1149062639@qq.com> Date: Thu, 18 Jan 2024 00:40:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HISTORY.md | 6 ++++++ doc.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 6d48994..6a701f0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ ## ✒ 历史版本的特性介绍 (Features in old versions) +### v0.6.1 + +> 此版本发布于 2024-01-18 + +* 调整代码 + ### v0.6.0-alpha > 此版本发布于 2024-01-13 diff --git a/doc.go b/doc.go index a9334bc..40a5e7d 100644 --- a/doc.go +++ b/doc.go @@ -475,4 +475,4 @@ Package cachego provides an easy way to use foundation for your caching operatio package cachego // import "github.com/FishGoddess/cachego" // Version is the version string representation of cachego. -const Version = "v0.6.0-alpha" +const Version = "v0.6.1"