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,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.38.0]
11+
1012### Changes
1113
1214- Update ` azure_core ` and ` azure_identity ` to 1.0.
@@ -725,7 +727,8 @@ breaking changes over previous versions.
725727
726728- Initial release.
727729
728- [ Unreleased ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.37.0...HEAD
730+ [ Unreleased ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.38.0...HEAD
731+ [ 0.38.0 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.37.0...0.38.0
729732[ 0.37.0 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.36.0...0.37.0
730733[ 0.36.0 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.35.0...0.36.0
731734[ 0.35.0 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.34.0...0.35.0
Original file line number Diff line number Diff line change 33
44[package ]
55name = " azure_devops_rust_api"
6- version = " 0.37 .0"
6+ version = " 0.38 .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 @@ -14,7 +14,7 @@ The crate is autogenerated from the [Azure DevOps OpenAPI spec](https://github.c
1414
1515``` toml
1616[dependencies ]
17- azure_devops_rust_api = { version = " 0.37 .0" , features = [" git" , " pipelines" ] }
17+ azure_devops_rust_api = { version = " 0.38 .0" , features = [" git" , " pipelines" ] }
1818```
1919
20202 . Set environment variables:
@@ -152,7 +152,7 @@ Enable it with the `artifacts_download` feature:
152152
153153``` toml
154154[dependencies ]
155- azure_devops_rust_api = { version = " 0.37 .0" , features = [" artifacts_download" ] }
155+ azure_devops_rust_api = { version = " 0.38 .0" , features = [" artifacts_download" ] }
156156```
157157
158158See [ examples/download_artifact.rs] ( examples/download_artifact.rs ) for a full usage example.
You can’t perform that action at this time.
0 commit comments