From fec98f31d9a912cc6578e0a0e72b0907c32ef37f Mon Sep 17 00:00:00 2001 From: ShrBox Date: Sat, 17 Aug 2024 23:01:02 +0800 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ cmd/lip/main.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 212b8b64..d91b1a27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.2] - 2024-08-17 + +### Fixed + +- Partially resolved #157 by adding .tmp extension to incomplete downloads (#158) + ## [0.23.1] - 2024-07-28 ### Added diff --git a/cmd/lip/main.go b/cmd/lip/main.go index b47d69d8..d532f956 100644 --- a/cmd/lip/main.go +++ b/cmd/lip/main.go @@ -20,7 +20,7 @@ var defaultConfig context.Config = context.Config{ ProxyURL: "", } -var lipVersion semver.Version = semver.MustParse("0.23.1") +var lipVersion semver.Version = semver.MustParse("0.23.2") func IsStdoutAndStderrSupportAnsi() bool { if os.Getenv("NO_COLOR") != "" {