File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.27.0]
11+
1012### Changes
1113
1214- Update ` azure_core ` , ` azure_identity ` to 0.23
13- - Update minimum rust-version to 1.80.0
15+ - Update minimum rust-version to 1.80.0 (required by ` azure_core ` )
1416
1517## [ 0.26.1]
1618
@@ -578,7 +580,8 @@ breaking changes over previous versions.
578580
579581- Initial release.
580582
581- [ Unreleased ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.26.1...HEAD
583+ [ Unreleased ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.27.0...HEAD
584+ [ 0.27.0 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.26.1...0.27.0
582585[ 0.26.1 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.26.0...0.26.1
583586[ 0.26.0 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.25.0...0.26.0
584587[ 0.25.0 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.24.0...0.25.0
Original file line number Diff line number Diff line change 33
44[package ]
55name = " azure_devops_rust_api"
6- version = " 0.26.1 "
6+ version = " 0.27.0 "
77edition = " 2021"
88authors = [" John Batty <johnbatty@microsoft.com>" ]
99description = " Rust API library for Azure DevOps"
Original file line number Diff line number Diff 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.26.1 " , features = [" git" , " pipelines" ] }
70+ azure_devops_rust_api = { version = " 0.27.0 " , features = [" git" , " pipelines" ] }
7171```
7272
7373## Examples
You can’t perform that action at this time.
0 commit comments