From 3aa5d8f4ed2f23543596af6a5b17407cec77066f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:44:47 +0200 Subject: [PATCH] chore: prepare release 0.8.1-beta.1 (#43) Co-authored-by: zifeo --- Cargo.toml | 4 ++-- sdk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 008a276..46d3a94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" [package] name = "lade" -version = "0.8.0" +version = "0.8.1-beta.1" edition = "2021" description = "Automatically load secrets from your preferred vault as environment variables, and clear them once your shell command is over." license = "MPL-2.0" @@ -24,7 +24,7 @@ serde = { version = "1.0.180", features = ["derive"] } serde_yaml = "0.9.25" clap = { version = "4.3.19", features = ["derive"] } regex = "1.9.1" -lade-sdk = { path = "./sdk", version = "0.8.0" } +lade-sdk = { path = "./sdk", version = "0.8.1-beta.1" } tokio = { version = "1", features = ["full"] } indexmap = { version = "2.0.0", features = ["serde"] } clap-verbosity-flag = "2.0.1" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index cd4e6cf..e4513f1 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lade-sdk" -version = "0.8.0" +version = "0.8.1-beta.1" edition = "2021" description = "Lade SDK" license = "MPL-2.0"