summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2023-05-14 11:36:26 +0200
committerStefan Kreutz <mail@skreutz.com>2023-05-14 11:36:26 +0200
commit49f0bc6c310751b11cf72e893858ca19e9a2e9a4 (patch)
tree373770f51f9189e8ac161ead2ce9e02656f0d7c7
parent2adb193aac50add25e3c515fae135aa948460da5 (diff)
downloadwpa-psk-49f0bc6c310751b11cf72e893858ca19e9a2e9a4.tar
Release wpa-psk-cli 0.1.3wpa-psk-cli-0.1.3
-rw-r--r--Cargo.lock2
-rw-r--r--wpa-psk-cli/CHANGELOG.md2
-rw-r--r--wpa-psk-cli/Cargo.toml4
3 files changed, 5 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6fe8ecd..585167a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -560,7 +560,7 @@ dependencies = [
[[package]]
name = "wpa-psk-cli"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"assert_cmd",
"clap",
diff --git a/wpa-psk-cli/CHANGELOG.md b/wpa-psk-cli/CHANGELOG.md
index 008213c..1143585 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.3] - 2023-05-14
+
### Changed
- Call pledge(2) on OpenBSD.
diff --git a/wpa-psk-cli/Cargo.toml b/wpa-psk-cli/Cargo.toml
index 39521ea..4e1309f 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.2"
+version = "0.1.3"
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"
@@ -13,7 +13,7 @@ publish = true
[dependencies]
clap = { version = "4.2.7", features = ["derive", "wrap_help"] }
-wpa-psk = { path = "../wpa-psk", version = "0.2.1" }
+wpa-psk = { path = "../wpa-psk", version = "0.2.2" }
[target.'cfg(target_os = "openbsd")'.dependencies]
pledge = "0.4.2"
Generated by cgit. See skreutz.com for my tech blog and contact information.