From ac0d22f151bc556f1609e33b8e97896497ff385b Mon Sep 17 00:00:00 2001 From: Teo Stocco Date: Tue, 18 Apr 2023 20:08:39 +0200 Subject: [PATCH] chore: release v0.5.4 --- Cargo.toml | 4 ++-- sdk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 91b4e39..4fce84b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" [package] name = "lade" -version = "0.5.4-beta.1" +version = "0.5.4" 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.160", features = ["derive"] } serde_yaml = "0.9.21" clap = { version = "4.2.2", features = ["derive"] } regex = "1.7.3" -lade-sdk = { path = "./sdk", version = "0.5.4-beta.1" } +lade-sdk = { path = "./sdk", version = "0.5.4" } tokio = { version = "1", features = ["full"] } indexmap = { version = "1.9.3", features = ["serde"] } clap-verbosity-flag = "2.0.1" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index c3c5d1f..2a07282 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lade-sdk" -version = "0.5.4-beta.1" +version = "0.5.4" edition = "2021" description = "Lade SDK" license = "MPL-2.0"