From b4c046a6dfd9ee1ae43675d7652967c74f40ba82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:43:58 -0700 Subject: [PATCH] chore(main): release 1.1.0 (#34) :robot: I have created a release *beep* *boop* --- ## [1.1.0](https://github.com/envx-project/cli/compare/v1.0.0...v1.1.0) (2024-08-23) ### Features * keyring expiry ([815a6ff](https://github.com/envx-project/cli/commit/815a6ff9da750ac776e1b7f92e7534db100de4d7)) * settings for keyring expiry ([815a6ff](https://github.com/envx-project/cli/commit/815a6ff9da750ac776e1b7f92e7534db100de4d7)) ### Bug Fixes * consistency with `k` flags ([815a6ff](https://github.com/envx-project/cli/commit/815a6ff9da750ac776e1b7f92e7534db100de4d7)) * export key works ([815a6ff](https://github.com/envx-project/cli/commit/815a6ff9da750ac776e1b7f92e7534db100de4d7)) * keyring on linux ([815a6ff](https://github.com/envx-project/cli/commit/815a6ff9da750ac776e1b7f92e7534db100de4d7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eceed17..7678f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.0](https://github.com/envx-project/cli/compare/v1.0.0...v1.1.0) (2024-08-23) + + +### Features + +* keyring expiry ([815a6ff](https://github.com/envx-project/cli/commit/815a6ff9da750ac776e1b7f92e7534db100de4d7)) +* settings for keyring expiry ([815a6ff](https://github.com/envx-project/cli/commit/815a6ff9da750ac776e1b7f92e7534db100de4d7)) + + +### Bug Fixes + +* consistency with `k` flags ([815a6ff](https://github.com/envx-project/cli/commit/815a6ff9da750ac776e1b7f92e7534db100de4d7)) +* export key works ([815a6ff](https://github.com/envx-project/cli/commit/815a6ff9da750ac776e1b7f92e7534db100de4d7)) +* keyring on linux ([815a6ff](https://github.com/envx-project/cli/commit/815a6ff9da750ac776e1b7f92e7534db100de4d7)) + ## [1.0.0](https://github.com/env-store/rusty-cli/compare/v0.1.0...v1.0.0) (2024-06-26) diff --git a/Cargo.lock b/Cargo.lock index acb1052..f223053 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -786,7 +786,7 @@ dependencies = [ [[package]] name = "envx" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index c684cf6..3e3e14b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "envx" -version = "1.0.0" +version = "1.1.0" edition = "2021" license = "MIT" authors = ["Alexander Ng "]