Skip to content

Commit

Permalink
Release 0.9.0 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbatty authored Aug 27, 2023
1 parent 2205152 commit 36d2ae9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0]

### Changes

- Upgrade `azure_core`, `azure_identity` to 0.14
Expand Down Expand Up @@ -302,7 +304,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.8.0...HEAD
[Unreleased]: https://github.com/microsoft/azure-devops-rust-api/compare/0.9.0...HEAD
[0.9.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.8.0...0.9.0
[0.8.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.7.7...0.8.0
[0.7.7]: https://github.com/microsoft/azure-devops-rust-api/compare/0.7.6...0.7.7
[0.7.6]: https://github.com/microsoft/azure-devops-rust-api/compare/0.7.5...0.7.6
Expand Down
2 changes: 1 addition & 1 deletion 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.8.0"
version = "0.9.0"
edition = "2021"
authors = ["John Batty <[email protected]>"]
description = "Rust API library for Azure DevOps"
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.8.0", features = ["git", "pipelines"] }
azure_devops_rust_api = { version = "0.9.0", features = ["git", "pipelines"] }
```

## Examples
Expand Down

0 comments on commit 36d2ae9

Please sign in to comment.