diff options
author | Stefan Kreutz <mail@skreutz.com> | 2025-08-24 00:13:26 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2025-08-24 00:13:26 +0200 |
commit | a09596716898417e3b265d2482cc69eb848a12a1 (patch) | |
tree | 2900172e5aa2620c8a5797b866b09830bc717e39 | |
parent | 2f7886cf125296ee78a88859315f0dfd1072621a (diff) | |
download | wpa-psk-cli-0.1.6.tar |
Release wpa-psk-cli 0.1.6wpa-psk-cli-0.1.6
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | wpa-psk-cli/CHANGELOG.md | 6 | ||||
-rw-r--r-- | wpa-psk-cli/Cargo.toml | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "anstream" @@ -455,7 +455,7 @@ dependencies = [ [[package]] name = "wpa-psk-cli" -version = "0.1.5" +version = "0.1.6" dependencies = [ "assert_cmd", "clap", diff --git a/wpa-psk-cli/CHANGELOG.md b/wpa-psk-cli/CHANGELOG.md index 00e8292..40bda71 100644 --- a/wpa-psk-cli/CHANGELOG.md +++ b/wpa-psk-cli/CHANGELOG.md @@ -10,6 +10,12 @@ The format is based on [Keep A Changelog][] and this project adheres to ## Unreleased +## [0.1.6] - 2024-08-23 + +### Added + +- Add experimental Nix flake + ## [0.1.5] - 2024-03-06 ### Changed diff --git a/wpa-psk-cli/Cargo.toml b/wpa-psk-cli/Cargo.toml index b35f4d1..2b29266 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.5" +version = "0.1.6" 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" |