Skip to content

Commit

Permalink
version bump to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Kaiser committed May 5, 2021
1 parent ec57e5a commit 7e8ca4a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Bernd Kaiser <bk@dfjk.eu>"]
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

Expand Down

0 comments on commit 7e8ca4a

Please sign in to comment.