From b698ec137ba7a7d38cde27d585a5eaf839dec647 Mon Sep 17 00:00:00 2001 From: Hedzr Yeh Date: Sat, 30 Sep 2023 00:28:26 +0800 Subject: [PATCH] bump to v1.11.21 (fixed) Signed-off-by: Hedzr Yeh --- CHANGELOG | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 77a0dc0..4db7e89 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ## Versions - v1.11.21 (FRZ) + - NOTE: switched toolchain to go1.18 (see the go.mod) - now you may return `ErrNotImpl` to fallback to default action at early developing - v1.11.20 (FRZ) diff --git a/README.md b/README.md index fb7dba7..aeb62a9 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ and Bonus of [#cmdr](https://github.com/topics/cmdr) Series: - documentation at: - v1.11.21 (FRZ) + - NOTE: switched toolchain to go1.18 (see the go.mod) - now you may return `ErrNotImpl` to fallback to default action at early developing