summaryrefslogtreecommitdiff
path: root/wpa-psk/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'wpa-psk/CHANGELOG.md')
-rw-r--r--wpa-psk/CHANGELOG.md70
1 files changed, 70 insertions, 0 deletions
diff --git a/wpa-psk/CHANGELOG.md b/wpa-psk/CHANGELOG.md
new file mode 100644
index 0000000..1d80d14
--- /dev/null
+++ b/wpa-psk/CHANGELOG.md
@@ -0,0 +1,70 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep A Changelog][] and this project adheres to
+[Semantic Versioning][].
+
+[Keep A Changelog]: https://keepachangelog.com/en/1.0.0/
+[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
+
+## Unreleased
+
+### Added
+
+- Added this changelog.
+
+### Changed
+
+- Changed `TryFrom` implementations to return typed validation errors.
+- Changed Git repository URL.
+
+### Removed
+
+- Extracted 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).
+
+### Fixed
+
+- Fixed 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.
+
+## [0.1.3] - 2022-05-21
+
+### Changed
+
+- Updated dependencies.
+- Changed Git repository URL.
+
+### Fixed
+
+- Replaced deprecated function call `clap::IntoApp::into_app`.
+
+## [0.1.2] - 2022-03-30
+
+### Changed
+
+- Relaxed pbkdf2 version to include 0.11.
+
+## [0.1.1] - 2022-02-01
+
+### Changed
+
+- Updated dependencies.
+
+## [0.1.0] - 2022-01-03
+
+### Added
+
+- Add initial implementation.
Generated by cgit. See skreutz.com for my tech blog and contact information.