diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | wpa-psk-cli/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | wpa-psk-cli/Cargo.toml | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -422,7 +422,7 @@ dependencies = [ [[package]] name = "wpa-psk-cli" -version = "0.1.6" +version = "0.1.7" dependencies = [ "assert_cmd", "clap", diff --git a/wpa-psk-cli/CHANGELOG.md b/wpa-psk-cli/CHANGELOG.md index f9e892a..acbc0a3 100644 --- a/wpa-psk-cli/CHANGELOG.md +++ b/wpa-psk-cli/CHANGELOG.md @@ -10,6 +10,8 @@ The format is based on [Keep A Changelog][] and this project adheres to ## Unreleased +## [0.1.7] - 2026-04-21 + ### Changed - Updated Nix flake inputs diff --git a/wpa-psk-cli/Cargo.toml b/wpa-psk-cli/Cargo.toml index f5d7d33..3ffb343 100644 --- a/wpa-psk-cli/Cargo.toml +++ b/wpa-psk-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wpa-psk-cli" -version = "0.1.6" +version = "0.1.7" authors = ["Stefan Kreutz <mail@skreutz.com>"] edition = "2021" description = "A command-line utility to compute the WPA-PSK of a Wi-FI SSID and passphrase" |