summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-04-21 19:04:43 +0200
committerStefan Kreutz <mail@skreutz.com>2026-04-21 19:04:43 +0200
commitbcc904b9ee9b1025505e7fc320b7cb66c2bf43ec (patch)
treea35cdc7f70e2fe2ddb1fd22f921528583d6421c1
parentd81557c10e65589dbec9c654a550c1b9cb8dffa1 (diff)
downloadwpa-psk-bcc904b9ee9b1025505e7fc320b7cb66c2bf43ec.tar.gz
Reword changelogs
-rw-r--r--wpa-psk-cli/CHANGELOG.md17
-rw-r--r--wpa-psk/CHANGELOG.md47
2 files changed, 33 insertions, 31 deletions
diff --git a/wpa-psk-cli/CHANGELOG.md b/wpa-psk-cli/CHANGELOG.md
index 9b54f2c..5b3c24c 100644
--- a/wpa-psk-cli/CHANGELOG.md
+++ b/wpa-psk-cli/CHANGELOG.md
@@ -18,13 +18,13 @@ The format is based on [Keep A Changelog][] and this project adheres to
### Added
-- Add experimental Nix flake
+- Added experimental Nix flake
## [0.1.5] - 2024-03-06
### Changed
-- Update dependencies
+- Updated dependencies
## [0.1.4] - 2023-05-18
@@ -37,25 +37,26 @@ The format is based on [Keep A Changelog][] and this project adheres to
### Changed
- Call pledge(2) on OpenBSD
-- Upgrade `clap` crate
-- Update dependencies
+- Upgraded `clap` crate
+- Updated dependencies
## [0.1.2] - 2022-02-16
### Changed
- Deny missing documentation
-- Update dependencies
+- Updated dependencies
## [0.1.1] - 2022-10-03
### Changed
-- Upgrade to Clap version 4
+- Upgraded to Clap version 4
## [0.1.0] - 2022-05-28
### Added
-- Add the existing command-line interface from crate `wpa-psk` version 0.1.5
-- Add this changelog
+- Added the existing command-line interface from crate `wpa-psk` version 0.1.5
+- Added this changelog
+
diff --git a/wpa-psk/CHANGELOG.md b/wpa-psk/CHANGELOG.md
index 1923663..bc243b7 100644
--- a/wpa-psk/CHANGELOG.md
+++ b/wpa-psk/CHANGELOG.md
@@ -14,90 +14,91 @@ The format is based on [Keep A Changelog][] and this project adheres to
### Changed
-- Update dependencies
+- Updated dependencies
### Fixed
-- Improve hex encoding performance
+- Improved hex encoding performance
## [0.2.2] - 2023-03-14
### Changed
-- Update `pbkdf2` crate
-- Remove direct dependency on `hmac` crate
+- Updated `pbkdf2` crate
+- Removed direct dependency on `hmac` crate
## [0.2.1] - 2022-02-16
### Added
-- Add missing documentation
-- Derive `Eq` for custom error types
+- Added missing documentation
+- Derived `Eq` for custom error types
### Changed
-- Replace the deprecated `sha-1` crate with `sha1`
+- Replaced the deprecated `sha-1` crate with `sha1`
- Forbid unsafe code and missing documentation
-- Update Git repository URL
-- Update dependencies
+- Updated Git repository URL
+- Updated dependencies
## [0.2.0] - 2022-05-28
### Added
-- Add this changelog
+- Added this changelog
### Changed
-- Change `TryFrom` implementations to return typed validation errors
-- Change Git repository URL
+- Changed `TryFrom` implementations to return typed validation errors
+- Changed Git repository URL
### Removed
-- Extract the command-line utility `wpa-psk` into a dedicated crate `wpa-psk-cli`
+- Extracted the command-line utility `wpa-psk` into a dedicated crate `wpa-psk-cli`
## [0.1.5] - 2022-05-23
### Added
-- Describe command-line interface in [README.md](README.md)
+- Described command-line interface in [README.md](README.md)
### Fixed
-- Fix crate version in [Cargo.toml](Cargo.toml)
+- Fixed crate version in [Cargo.toml](Cargo.toml)
## [0.1.4] - 2022-05-22
### Changed
-- Change Git repository URL
-- Upgrade dependencies to their respective latest versions
+- Changed Git repository URL
+- Upgraded dependencies to their respective latest versions
## [0.1.3] - 2022-05-21
### Changed
-- Update dependencies
-- Change Git repository URL
+- Updated dependencies
+- Changed Git repository URL
### Fixed
-- Replace deprecated function call `clap::IntoApp::into_app`
+- Replaced deprecated function call `clap::IntoApp::into_app`
## [0.1.2] - 2022-03-30
### Changed
-- Relax pbkdf2 version to include 0.11
+- Relaxed pbkdf2 version to include 0.11
## [0.1.1] - 2022-02-01
### Changed
-- Update dependencies
+- Updated dependencies
## [0.1.0] - 2022-01-03
### Added
-- Add initial implementation
+- Added initial implementation
+
Generated by cgit. See skreutz.com for my tech blog and contact information.