From 6183d9d9c1e0f4893d1e4cf51b60ac73c9341444 Mon Sep 17 00:00:00 2001 From: Teo Stocco Date: Sun, 26 Feb 2023 22:45:28 +0100 Subject: [PATCH] chore: release v0.2.0 --- Cargo.toml | 4 ++-- sdk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dfdb41d..700914c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" [package] name = "lade" -version = "0.1.4-beta.1" +version = "0.2.0" edition = "2021" description = "Load automatically and hierarchically env variables from secret stores (Infisical/Dopper/1Password)." license = "MPL-2.0" @@ -24,7 +24,7 @@ serde = { version = "1.0.152", features = ["derive"] } serde_yaml = "0.9.17" clap = { version = "4.1.6", features = ["derive"] } regex = "1.7.1" -lade-sdk = { path = "./sdk", version = "0.1.4-beta.1" } +lade-sdk = { path = "./sdk", version = "0.2.0" } tokio = { version = "1", features = ["full"] } indexmap = { version = "1.9.2", features = ["serde"] } clap-verbosity-flag = "2.0.0" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 5bc8dba..3cb7ba2 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lade-sdk" -version = "0.1.4-beta.1" +version = "0.2.0" edition = "2021" description = "Load automatically and hierarchically env variables from secret stores (Infisical/Dopper/1Password)." license = "MPL-2.0"