summaryrefslogtreecommitdiff
path: root/wpa-psk-cli
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2023-02-16 23:34:07 +0100
committerStefan Kreutz <mail@skreutz.com>2023-02-16 23:34:07 +0100
commit79e6c656b2e543318c0cbbb1319c4de2b0201d3e (patch)
tree3f65607c55759988531591f4b8831e941ef657be /wpa-psk-cli
parenta29cb44434224ea02e4af7537f26a02ec2ce65b8 (diff)
downloadwpa-psk-79e6c656b2e543318c0cbbb1319c4de2b0201d3e.tar
Release wpa-psk-cli 0.1.2 and wpa-psk 0.2.1wpa-psk-cli-0.1.2wpa-psk-0.2.1
Diffstat (limited to 'wpa-psk-cli')
-rw-r--r--wpa-psk-cli/CHANGELOG.md7
-rw-r--r--wpa-psk-cli/Cargo.toml8
2 files changed, 11 insertions, 4 deletions
diff --git a/wpa-psk-cli/CHANGELOG.md b/wpa-psk-cli/CHANGELOG.md
index 7f8ad51..081ed45 100644
--- a/wpa-psk-cli/CHANGELOG.md
+++ b/wpa-psk-cli/CHANGELOG.md
@@ -10,6 +10,13 @@ The format is based on [Keep A Changelog][] and this project adheres to
## Unreleased
+## [0.1.2] - 2022-02-16
+
+### Changed
+
+- Denied missing documentation.
+- Updated dependencies.
+
## [0.1.1] - 2022-10-03
### Changed
diff --git a/wpa-psk-cli/Cargo.toml b/wpa-psk-cli/Cargo.toml
index b610d9a..5688336 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.1"
+version = "0.1.2"
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"
@@ -12,8 +12,8 @@ categories = ["command-line-utilities"]
publish = true
[dependencies]
-clap = { version = "4.0.8", features = ["derive", "wrap_help"] }
-wpa-psk = { path = "../wpa-psk", version = "0.2.0" }
+clap = { version = "4.1.6", features = ["derive", "wrap_help"] }
+wpa-psk = { path = "../wpa-psk", version = "0.2.1" }
[dev-dependencies]
-assert_cmd = "2.0.4"
+assert_cmd = "2.0.8"
Generated by cgit. See skreutz.com for my tech blog and contact information.