diff --git a/Cargo.lock b/Cargo.lock index e3e249d..ebbdf6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -836,7 +836,7 @@ dependencies = [ [[package]] name = "yubikey-cli" -version = "0.0.0" +version = "0.0.1" dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "gumdrop 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md new file mode 100644 index 0000000..9321649 --- /dev/null +++ b/cli/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 0.0.1 (2019-12-02) +- Initial release diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e67d904..e1f3a30 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yubikey-cli" -version = "0.0.0" +version = "0.0.1" description = """ Command-line interface for performing encryption and signing using RSA and/or ECC keys stored on YubiKey devices.