From 7a1c0a81c7bcaf352c6f89e7d28944703c8193d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:08:58 +0100 Subject: [PATCH] chore: prepare release 0.11.5-beta.1 (#94) Co-authored-by: zifeo <9053709+zifeo@users.noreply.github.com> --- Cargo.toml | 4 ++-- sdk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6aaefd8..0495ac2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" [package] name = "lade" -version = "0.11.4" +version = "0.11.5-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" @@ -25,7 +25,7 @@ serde = { version = "1.0.214", features = ["derive"] } serde_yaml = "0.9.34" clap = { version = "4.5.20", features = ["derive"] } regex = "1.11.1" -lade-sdk = { path = "./sdk", version = "0.11.4" } +lade-sdk = { path = "./sdk", version = "0.11.5-beta.1" } tokio = { version = "1", features = ["full"] } indexmap = { version = "2.6.0", features = ["serde"] } clap-verbosity-flag = "2.2.2" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 016f5a0..48425c8 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lade-sdk" -version = "0.11.4" +version = "0.11.5-beta.1" edition = "2021" description = "Lade SDK" license = "MPL-2.0"