diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f19f7..a1c7732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ -# v0.2.0 +# v0.2.2 (`2021-05-05`) + +- Fix: fix api endpoint url creation with `server-url` (also now ignores trailing slashes) + +# v0.2.1 (`2021-04-15`) + +- `api-key` show now contains `api_key_secrets_meta_data`, which for now contain the write_date of a secret. +- Fix: Add missing help texts + +# v0.2.0 (`2021-04-15`) - Add support to write secrets -- Add config support -- Add run commands to spawn programs with environment variables from your secrets -- Add api-keys command to query all secrets which are associated with the api key +- Add `config` support +- Add `run` commands to spawn programs with environment variables from your secrets +- Add `api-keys` command to query all secrets which are associated with the api key +- Update dependencies -# v0.1.0 +# v0.1.0 (`2020-06-17`) - Initial release with supports to get secrets diff --git a/Cargo.lock b/Cargo.lock index 6dd5fd6..4c4710f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -793,7 +793,7 @@ dependencies = [ [[package]] name = "psonoci" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "bs58", diff --git a/Cargo.toml b/Cargo.toml index 31b3f26..9e2dbdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Bernd Kaiser "] edition = "2018" name = "psonoci" -version = "0.2.1" +version = "0.2.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html