Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
PA733 committed Mar 23, 2024
1 parent 5905627 commit 9a44a0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/lip/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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") != "" {
Expand Down

0 comments on commit 9a44a0b

Please sign in to comment.