Skip to content

Commit

Permalink
chore: release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Oct 1, 2024
1 parent 4c7b831 commit 0d5590a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.24.0] - 2024-10-01

### Added

- `specifiers.txt` support

### Changed

- Allow colons in tags
- Parse arguments with `urfave/cli`

## [0.23.2] - 2024-08-17

### Fixed

- Partially resolved #157 by adding .tmp extension to incomplete downloads (#158)
- Partially resolved [#157] by adding .tmp extension to incomplete downloads (#158)

## [0.23.1] - 2024-07-28

Expand Down Expand Up @@ -450,8 +459,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#129]: https://github.com/lippkg/lip/issues/129
[#134]: https://github.com/lippkg/lip/issues/134
[#140]: https://github.com/lippkg/lip/issues/140
[#157]: https://github.com/lippkg/lip/issues/157

[Unreleased]: https://github.com/lippkg/lip/compare/v0.23.1...HEAD
[0.24.0]: https://github.com/lippkg/lip/compare/v0.23.2...v0.24.0
[0.23.2]: https://github.com/lippkg/lip/compare/v0.23.1...v0.23.2
[0.23.1]: https://github.com/lippkg/lip/compare/v0.23.0...v0.23.1
[0.23.0]: https://github.com/lippkg/lip/compare/v0.22.0...v0.23.0
[0.22.0]: https://github.com/lippkg/lip/compare/v0.21.2...v0.22.0
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.2")
var lipVersion semver.Version = semver.MustParse("0.24.0")

func IsStdoutAndStderrSupportAnsi() bool {
if os.Getenv("NO_COLOR") != "" {
Expand Down

0 comments on commit 0d5590a

Please sign in to comment.