From 9a44a0b3bf2fccd479788982d343159444ad29ab Mon Sep 17 00:00:00 2001 From: You Puhe <2291750588@qq.com> Date: Sat, 23 Mar 2024 14:43:28 +0800 Subject: [PATCH] chore: update version --- CHANGELOG.md | 4 ++++ cmd/lip/main.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3903328..b18f189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.0] - 2024-03-23 + ### Added - `--no-color` flag to disable color output. +- NSIS installer. ## [0.21.2] - 2024-02-21 @@ -420,6 +423,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Basic functions: cache, install, list, show, tooth init, and uninstall. [Unreleased]: https://github.com/lippkg/lip/compare/v0.21.2...HEAD +[0.22.0]: https://github.com/lippkg/lip/compare/v0.21.2...v0.22.0 [0.21.2]: https://github.com/lippkg/lip/compare/v0.21.1...v0.21.2 [0.21.1]: https://github.com/lippkg/lip/compare/v0.21.0...v0.21.1 [0.21.0]: https://github.com/lippkg/lip/compare/v0.20.1...v0.21.0 diff --git a/cmd/lip/main.go b/cmd/lip/main.go index a9b97ed..7bfd93f 100644 --- a/cmd/lip/main.go +++ b/cmd/lip/main.go @@ -17,7 +17,7 @@ var defaultConfig context.Config = context.Config{ ProxyURL: "", } -var lipVersion semver.Version = semver.MustParse("0.21.2") +var lipVersion semver.Version = semver.MustParse("0.22.0") func main() { if os.Getenv("NO_COLOR") != "" {