# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep A Changelog][] and this project adheres to [Semantic Versioning][]. [Keep A Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html ## Unreleased ### Fixed - Abort on OpenBSD when printing help. ## [0.1.3] - 2023-05-14 ### Changed - Call pledge(2) on OpenBSD. - Upgraded `clap` crate. - Updated dependencies. ## [0.1.2] - 2022-02-16 ### Changed - Denied missing documentation. - Updated dependencies. ## [0.1.1] - 2022-10-03 ### Changed - Upgraded to Clap version 4. ## [0.1.0] - 2022-05-28 ### Added - Added the existing command-line interface from crate `wpa-psk` version 0.1.5. - Added this changelog.