Skip to content

Commit 6ebfe65

Browse files
authored
Release 0.29.0 (#639)
1 parent 96c88f2 commit 6ebfe65

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Breaking changes
1111

12+
## [0.29.0]
13+
1214
- Update `azure_core`, `azure_identity` to 0.26
1315
- Some significant updates needed to handle changes to `azure_core::http::Response`
1416
- `Response::into_raw_body()` renamed `Response::into_body()`

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.28.0"
6+
version = "0.29.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.28.0", features = ["git", "pipelines"] }
70+
azure_devops_rust_api = { version = "0.29.0", features = ["git", "pipelines"] }
7171
```
7272

7373
## Examples

0 commit comments

Comments
 (0)