From 665520879ec7fa7c5473cc1bedadd1f98497f219 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Thu, 18 May 2023 22:05:06 +0200 Subject: Release wpa-psk-cli 0.1.4 --- Cargo.lock | 2 +- wpa-psk-cli/CHANGELOG.md | 4 +++- wpa-psk-cli/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd8c165..a2c2cc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -549,7 +549,7 @@ dependencies = [ [[package]] name = "wpa-psk-cli" -version = "0.1.3" +version = "0.1.4" dependencies = [ "assert_cmd", "clap", diff --git a/wpa-psk-cli/CHANGELOG.md b/wpa-psk-cli/CHANGELOG.md index 54ff7ad..bdd8419 100644 --- a/wpa-psk-cli/CHANGELOG.md +++ b/wpa-psk-cli/CHANGELOG.md @@ -10,9 +10,11 @@ The format is based on [Keep A Changelog][] and this project adheres to ## Unreleased +## [0.1.4] - 2023-05-18 + ### Fixed -- Abort on OpenBSD when printing help. +- Abort on OpenBSD when printing help due to pledge(2) violation. ## [0.1.3] - 2023-05-14 diff --git a/wpa-psk-cli/Cargo.toml b/wpa-psk-cli/Cargo.toml index a59ee2b..6bf47b0 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.3" +version = "0.1.4" authors = ["Stefan Kreutz "] edition = "2021" description = "A command-line utility to compute the WPA-PSK of a Wi-FI SSID and passphrase" -- cgit v1.2.3