Skip to content

Commit be0ec60

Browse files
committed
Release 0.38.0
1 parent 4f55068 commit be0ec60

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.37.0"
6+
version = "0.38.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2020
2. 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

158158
See [examples/download_artifact.rs](examples/download_artifact.rs) for a full usage example.

0 commit comments

Comments
 (0)