Skip to content

Commit

Permalink
Update azure_core,azure_identity to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbatty committed Jan 7, 2024
1 parent 1f53f94 commit 2123aa3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### [0.16.0]

- Upgrade `azure_core`, `azure_identity` to 0.19

### [0.15.1]

### Added
Expand Down Expand Up @@ -376,7 +380,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/microsoft/azure-devops-rust-api/compare/0.15.1...HEAD
[Unreleased]: https://github.com/microsoft/azure-devops-rust-api/compare/0.16.0...HEAD
[0.16.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.15.1...0.16.0
[0.15.1]: https://github.com/microsoft/azure-devops-rust-api/compare/0.15.0...0.15.1
[0.15.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.14.3...0.15.0
[0.14.3]: https://github.com/microsoft/azure-devops-rust-api/compare/0.14.2...0.14.3
Expand Down
6 changes: 3 additions & 3 deletions azure_devops_rust_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "azure_devops_rust_api"
version = "0.15.1"
version = "0.16.0"
edition = "2021"
authors = ["John Batty <johnbatty@microsoft.com>"]
description = "Rust API library for Azure DevOps"
Expand All @@ -23,7 +23,7 @@ rust-version = "1.64.0"
doctest = false

[dependencies]
azure_core = { version = "0.18", default-features = true }
azure_core = { version = "0.19", default-features = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
bytes = "1.0"
Expand All @@ -32,7 +32,7 @@ base64 = "0.21"
time = "0.3"

[dev-dependencies]
azure_identity = "0.18"
azure_identity = "0.19"
tokio = { version = "1.0", features = ["full"] }
anyhow = "1"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion azure_devops_rust_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Example application `Cargo.toml` dependency spec showing how to specify desired
```toml
[dependencies]
...
azure_devops_rust_api = { version = "0.15.1", features = ["git", "pipelines"] }
azure_devops_rust_api = { version = "0.16.0", features = ["git", "pipelines"] }
```

## Examples
Expand Down

0 comments on commit 2123aa3

Please sign in to comment.