diff options
Diffstat (limited to 'wpa-psk-cli')
| -rw-r--r-- | wpa-psk-cli/CHANGELOG.md | 20 | 
1 files changed, 10 insertions, 10 deletions
diff --git a/wpa-psk-cli/CHANGELOG.md b/wpa-psk-cli/CHANGELOG.md index 28abea7..00e8292 100644 --- a/wpa-psk-cli/CHANGELOG.md +++ b/wpa-psk-cli/CHANGELOG.md @@ -14,38 +14,38 @@ The format is based on [Keep A Changelog][] and this project adheres to  ### Changed -- Updated dependencies. +- Update dependencies  ## [0.1.4] - 2023-05-18  ### Fixed -- Abort on OpenBSD when printing help due to pledge(2) violation. +- Abort on OpenBSD when printing help due to pledge(2) violation  ## [0.1.3] - 2023-05-14  ### Changed -- Call pledge(2) on OpenBSD. -- Upgraded `clap` crate. -- Updated dependencies. +- Call pledge(2) on OpenBSD +- Upgrade `clap` crate +- Update dependencies  ## [0.1.2] - 2022-02-16  ### Changed -- Denied missing documentation. -- Updated dependencies. +- Deny missing documentation +- Update dependencies  ## [0.1.1] - 2022-10-03  ### Changed -- Upgraded to Clap version 4. +- Upgrade to Clap version 4  ## [0.1.0] - 2022-05-28  ### Added -- Added the existing command-line interface from crate `wpa-psk` version 0.1.5. -- Added this changelog. +- Add the existing command-line interface from crate `wpa-psk` version 0.1.5 +- Add this changelog  |