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.37.0]
11+
1012### Fixed
1113
1214- ` artifacts_download ` : use ` Url::path_segments_mut ` for URL construction to prevent path injection via user-controlled segments.
@@ -719,7 +721,8 @@ breaking changes over previous versions.
719721
720722- Initial release.
721723
722- [ Unreleased ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.36.0...HEAD
724+ [ Unreleased ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.37.0...HEAD
725+ [ 0.37.0 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.36.0...0.37.0
723726[ 0.36.0 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.35.0...0.36.0
724727[ 0.35.0 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.34.0...0.35.0
725728[ 0.34.0 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.33.0...0.34.0
Original file line number Diff line number Diff line change 33
44[package ]
55name = " azure_devops_rust_api"
6- version = " 0.36 .0"
6+ version = " 0.37 .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.36 .0" , features = [" git" , " pipelines" ] }
17+ azure_devops_rust_api = { version = " 0.37 .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.36 .0" , features = [" artifacts_download" ] }
155+ azure_devops_rust_api = { version = " 0.37 .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