Skip to content

Commit

Permalink
Release 0.22.0 (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbatty authored Sep 16, 2024
1 parent 2f1429c commit 7296662
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.22.0]

### Breaking change
- Change `IdentityRef` `unique_name` to be optional
- Discovered that in some returned values this field is not present.
Expand Down Expand Up @@ -516,7 +518,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.21.1...HEAD
[Unreleased]: https://github.com/microsoft/azure-devops-rust-api/compare/0.22.0...HEAD
[0.22.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.21.1...0.22.0
[0.21.1]: https://github.com/microsoft/azure-devops-rust-api/compare/0.21.0...0.21.1
[0.21.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.20.1...0.21.0
[0.20.1]: https://github.com/microsoft/azure-devops-rust-api/compare/0.20.0...0.20.1
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.21.1"
version = "0.22.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.21.1", features = ["git", "pipelines"] }
azure_devops_rust_api = { version = "0.22.0", features = ["git", "pipelines"] }
```

## Examples
Expand Down

0 comments on commit 7296662

Please sign in to comment.