diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-04-21 19:16:33 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-04-21 19:16:33 +0200 |
| commit | da1bd53e4e958646b011bc59291b51626188ded9 (patch) | |
| tree | d97f45b839292faa4037c4f9b24ff854d479109c | |
| parent | 7d604c7c659ae44207c4a43b1c0413a24deb02be (diff) | |
| download | wpa-psk-main.tar.gz | |
Bump wpa-psk-cli versionHEADwpa-psk-cli-0.1.7main
| -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" |