Skip to content

Commit

Permalink
chore: update the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Dec 26, 2023
1 parent 666318f commit 90b84a0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2023-12-26

### Added

- partially support command `ping`
- support command `ip`
- add commitizen to check if the commit message follows the [conventional commit specification](https://www.conventionalcommits.org/)
- add pre-commit hook

## Changed

- use clap `derive` instead of clap `builder`

## [0.1.1] - 2023-12-12

### Added

- support command `enable` and `disable`

0 comments on commit 90b84a0

Please sign in to comment.