diff --git a/CHANGELOG.md b/CHANGELOG.md index 2728a6d5..fb919b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.39.0] + ### Changes - Broaden `azure_core` and `azure_identity` version requirements to `1` for @@ -735,7 +737,8 @@ breaking changes over previous versions. - Initial release. -[Unreleased]: https://github.com/microsoft/azure-devops-rust-api/compare/0.38.0...HEAD +[Unreleased]: https://github.com/microsoft/azure-devops-rust-api/compare/0.39.0...HEAD +[0.39.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.38.0...0.39.0 [0.38.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.37.0...0.38.0 [0.37.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.36.0...0.37.0 [0.36.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.35.0...0.36.0 diff --git a/azure_devops_rust_api/Cargo.toml b/azure_devops_rust_api/Cargo.toml index 44893433..8e89b50b 100644 --- a/azure_devops_rust_api/Cargo.toml +++ b/azure_devops_rust_api/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "azure_devops_rust_api" -version = "0.38.0" +version = "0.39.0" edition = "2021" authors = ["John Batty "] description = "Rust API library for Azure DevOps" diff --git a/azure_devops_rust_api/README.md b/azure_devops_rust_api/README.md index 6d0eb1dc..3201a053 100644 --- a/azure_devops_rust_api/README.md +++ b/azure_devops_rust_api/README.md @@ -14,7 +14,7 @@ The crate is autogenerated from the [Azure DevOps OpenAPI spec](https://github.c ```toml [dependencies] -azure_devops_rust_api = { version = "0.38.0", features = ["git", "pipelines"] } +azure_devops_rust_api = { version = "0.39.0", features = ["git", "pipelines"] } ``` 2. Set environment variables: @@ -152,7 +152,7 @@ Enable it with the `artifacts_download` feature: ```toml [dependencies] -azure_devops_rust_api = { version = "0.38.0", features = ["artifacts_download"] } +azure_devops_rust_api = { version = "0.39.0", features = ["artifacts_download"] } ``` See [examples/download_artifact.rs](examples/download_artifact.rs) for a full usage example.