Skip to content

Commit f8bf6db

Browse files
azure-sdkheaths
andauthored
Increment versions for keyvault releases (#3004)
Increment package version after release of azure_security_keyvault_secrets --------- Co-authored-by: Heath Stewart <[email protected]>
1 parent ef70061 commit f8bf6db

File tree

8 files changed

+37
-7
lines changed

8 files changed

+37
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/keyvault/azure_security_keyvault_certificates/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 0.7.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.6.0 (2025-09-16)
414

515
### Features Added

sdk/keyvault/azure_security_keyvault_certificates/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_security_keyvault_certificates"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Azure Key Vault Certificates"
55
readme = "README.md"
66
authors.workspace = true

sdk/keyvault/azure_security_keyvault_keys/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 0.8.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.7.0 (2025-09-16)
414

515
### Features Added

sdk/keyvault/azure_security_keyvault_keys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_security_keyvault_keys"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Azure Key Vault Keys"
55
readme = "README.md"
66
authors.workspace = true

sdk/keyvault/azure_security_keyvault_secrets/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 0.8.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.7.0 (2025-09-16)
414

515
### Features Added

sdk/keyvault/azure_security_keyvault_secrets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_security_keyvault_secrets"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Azure Key Vault Secrets"
55
readme = "README.md"
66
authors.workspace = true

sdk/keyvault/azure_security_keyvault_secrets/tests/secret_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ async fn round_trip_secret_verify_telemetry(ctx: TestContext) -> Result<()> {
275275
},
276276
ExpectedInstrumentation {
277277
package_name: recording.var("CARGO_PKG_NAME", None),
278-
package_version: recording.var("CARGO_PKG_VERSION", None),
278+
package_version: env!("CARGO_PKG_VERSION").into(),
279279
package_namespace: Some("KeyVault"),
280280
api_calls: vec![
281281
ExpectedApiInformation {

0 commit comments

Comments
 (0)