Skip to content

Commit

Permalink
Merge pull request #161 from ShrBox/main
Browse files Browse the repository at this point in the history
chore: update CHANGELOG.md
  • Loading branch information
futrime authored Aug 18, 2024
2 parents 91d99fe + fec98f3 commit 88de5ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/lip/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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") != "" {
Expand Down

0 comments on commit 88de5ff

Please sign in to comment.