From 04028cf227ddb1ee48ed46cb8e1a60f37e876ea9 Mon Sep 17 00:00:00 2001 From: John Batty Date: Sun, 15 Feb 2026 16:15:38 +0000 Subject: [PATCH] Release 0.34.0 Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 5 ++++- azure_devops_rust_api/Cargo.toml | 2 +- azure_devops_rust_api/README.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d84febcf..79c8f76e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.34.0] + ### Changes - Update `azure_core` and `azure_identity` to 0.32. @@ -660,7 +662,8 @@ breaking changes over previous versions. - Initial release. -[Unreleased]: https://github.com/microsoft/azure-devops-rust-api/compare/0.33.0...HEAD +[Unreleased]: https://github.com/microsoft/azure-devops-rust-api/compare/0.34.0...HEAD +[0.34.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.33.0...0.34.0 [0.33.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.32.0...0.33.0 [0.32.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.31.0...0.32.0 [0.31.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.30.1...0.31.0 diff --git a/azure_devops_rust_api/Cargo.toml b/azure_devops_rust_api/Cargo.toml index 43ab0f59..97094130 100644 --- a/azure_devops_rust_api/Cargo.toml +++ b/azure_devops_rust_api/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "azure_devops_rust_api" -version = "0.33.0" +version = "0.34.0" edition = "2021" authors = ["John Batty "] description = "Rust API library for Azure DevOps" diff --git a/azure_devops_rust_api/README.md b/azure_devops_rust_api/README.md index e36f62d6..ac48093d 100644 --- a/azure_devops_rust_api/README.md +++ b/azure_devops_rust_api/README.md @@ -67,7 +67,7 @@ Example application `Cargo.toml` dependency spec showing how to specify desired ```toml [dependencies] ... -azure_devops_rust_api = { version = "0.33.0", features = ["git", "pipelines"] } +azure_devops_rust_api = { version = "0.34.0", features = ["git", "pipelines"] } ``` ## Examples