Skip to content

Commit b0735ce

Browse files
johnbattyclaude
andauthored
Release 0.34.0 (microsoft#743)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent de16203 commit b0735ce

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.34.0]
11+
1012
### Changes
1113

1214
- Update `azure_core` and `azure_identity` to 0.32.
@@ -660,7 +662,8 @@ breaking changes over previous versions.
660662

661663
- Initial release.
662664

663-
[Unreleased]: https://github.com/microsoft/azure-devops-rust-api/compare/0.33.0...HEAD
665+
[Unreleased]: https://github.com/microsoft/azure-devops-rust-api/compare/0.34.0...HEAD
666+
[0.34.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.33.0...0.34.0
664667
[0.33.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.32.0...0.33.0
665668
[0.32.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.31.0...0.32.0
666669
[0.31.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.30.1...0.31.0

azure_devops_rust_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "azure_devops_rust_api"
6-
version = "0.33.0"
6+
version = "0.34.0"
77
edition = "2021"
88
authors = ["John Batty <johnbatty@microsoft.com>"]
99
description = "Rust API library for Azure DevOps"

azure_devops_rust_api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Example application `Cargo.toml` dependency spec showing how to specify desired
6767
```toml
6868
[dependencies]
6969
...
70-
azure_devops_rust_api = { version = "0.33.0", features = ["git", "pipelines"] }
70+
azure_devops_rust_api = { version = "0.34.0", features = ["git", "pipelines"] }
7171
```
7272

7373
## Examples

0 commit comments

Comments
 (0)