From 024fd561aa10eb6fe0843f3451f3d04a2b0effc5 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Wed, 20 Mar 2024 22:21:50 +0100 Subject: Revise changelog style --- wpa-psk/CHANGELOG.md | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'wpa-psk/CHANGELOG.md') diff --git a/wpa-psk/CHANGELOG.md b/wpa-psk/CHANGELOG.md index 2a4dcca..1923663 100644 --- a/wpa-psk/CHANGELOG.md +++ b/wpa-psk/CHANGELOG.md @@ -14,90 +14,90 @@ The format is based on [Keep A Changelog][] and this project adheres to ### Changed -- Updated dependencies. +- Update dependencies ### Fixed -- Improved hex encoding performance. +- Improve hex encoding performance ## [0.2.2] - 2023-03-14 ### Changed -- Updated `pbkdf2` crate. -- Removed direct dependency on `hmac` crate. +- Update `pbkdf2` crate +- Remove direct dependency on `hmac` crate ## [0.2.1] - 2022-02-16 ### Added -- Added missing documentation. -- Derived `Eq` for custom error types. +- Add missing documentation +- Derive `Eq` for custom error types ### Changed -- Replaced the deprecated `sha-1` crate with `sha1`. -- Forbid unsafe code and missing documentation. -- Updated Git repository URL. -- Updated dependencies. +- Replace the deprecated `sha-1` crate with `sha1` +- Forbid unsafe code and missing documentation +- Update Git repository URL +- Update dependencies ## [0.2.0] - 2022-05-28 ### Added -- Added this changelog. +- Add this changelog ### Changed -- Changed `TryFrom` implementations to return typed validation errors. -- Changed Git repository URL. +- Change `TryFrom` implementations to return typed validation errors +- Change Git repository URL ### Removed -- Extracted the command-line utility `wpa-psk` into a dedicated crate `wpa-psk-cli`. +- Extract the command-line utility `wpa-psk` into a dedicated crate `wpa-psk-cli` ## [0.1.5] - 2022-05-23 ### Added -- Described command-line interface in [README.md](README.md). +- Describe command-line interface in [README.md](README.md) ### Fixed -- Fixed crate version in [Cargo.toml](Cargo.toml). +- Fix crate version in [Cargo.toml](Cargo.toml) ## [0.1.4] - 2022-05-22 ### Changed -- Changed Git repository URL. -- Upgraded dependencies to their respective latest versions. +- Change Git repository URL +- Upgrade dependencies to their respective latest versions ## [0.1.3] - 2022-05-21 ### Changed -- Updated dependencies. -- Changed Git repository URL. +- Update dependencies +- Change Git repository URL ### Fixed -- Replaced deprecated function call `clap::IntoApp::into_app`. +- Replace deprecated function call `clap::IntoApp::into_app` ## [0.1.2] - 2022-03-30 ### Changed -- Relaxed pbkdf2 version to include 0.11. +- Relax pbkdf2 version to include 0.11 ## [0.1.1] - 2022-02-01 ### Changed -- Updated dependencies. +- Update dependencies ## [0.1.0] - 2022-01-03 ### Added -- Add initial implementation. +- Add initial implementation -- cgit v1.2.3