Skip to content

Commit

Permalink
feat: release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Haennetz committed Mar 20, 2024
1 parent a7aa662 commit 43e3214
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.7.2] - 202-03-20

### Added

- Support for initial vault setup

### Fixed

- Bug to fail by compiling with disabled default features and native-tls


## [0.7.1] - 202-03-16

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vaultrs"
version = "0.7.1"
version = "0.7.2"
authors = ["Joshua Gilman <[email protected]>"]
description = "An asynchronous Rust client library for the Hashicorp Vault API."
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions vaultrs-login/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vaultrs-login"
version = "0.2.0"
version = "0.2.1"
authors = ["Joshua Gilman <[email protected]>"]
description = "Adds login support for Vault clients from vaultrs."
license = "MIT"
Expand Down Expand Up @@ -31,7 +31,7 @@ tiny_http = { version = "0.12.0", optional = true }
tokio = { version = "1.26.0", optional = true }
tracing = "0.1.37"
url = "2.3.1"
vaultrs = { version = "0.7.1", path = ".." }
vaultrs = { version = "0.7.2", path = ".." }

[dev-dependencies]
reqwest = "0.11.15"
Expand Down

0 comments on commit 43e3214

Please sign in to comment.