Skip to content

Commit

Permalink
chore: prepare release 0.11.5-beta.1 (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: zifeo <9053709+zifeo@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and zifeo authored Oct 31, 2024
1 parent 2f72f76 commit 7a1c0a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7a1c0a8

Please sign in to comment.