Skip to content

Commit 45255d5

Browse files
authored
Release 0.30.0 (#654)
1 parent a1d8c9f commit 45255d5

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.30.0]
11+
12+
### Changes
13+
1014
- Update `azure_core`, `azure_identity` to 0.27
15+
- Clippy fixes for `needless_lifetime` warnings.
1116

1217
## [0.29.0]
1318

@@ -23,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2328

2429
## [0.28.0]
2530

31+
### Changes
32+
2633
- Update `azure_core`, `azure_identity` to 0.24
2734
- Fix formatting of date-time parameters
2835
- Reapplying a previous fix that was lost
@@ -68,7 +75,7 @@ breaking changes over previous versions.
6875
## [0.25.0]
6976

7077
### Breaking change
71-
- Change git 'Change::item' field to be optional.
78+
- Change git 'Change::item' field to be optional.
7279
- Discovered that in some returned values this field is not present.
7380
Any code accessing this field now needs to wrap it in an `Option`, or deal with the returned value being wrapped in an `Option`.
7481

@@ -600,7 +607,10 @@ breaking changes over previous versions.
600607

601608
- Initial release.
602609

603-
[Unreleased]: https://github.com/microsoft/azure-devops-rust-api/compare/0.27.0...HEAD
610+
[Unreleased]: https://github.com/microsoft/azure-devops-rust-api/compare/0.30.0...HEAD
611+
[0.30.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.29.0...0.30.0
612+
[0.29.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.28.0...0.29.0
613+
[0.28.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.27.0...0.28.0
604614
[0.27.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.26.1...0.27.0
605615
[0.26.1]: https://github.com/microsoft/azure-devops-rust-api/compare/0.26.0...0.26.1
606616
[0.26.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.25.0...0.26.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.29.0"
6+
version = "0.30.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Example application `Cargo.toml` dependency spec showing how to specify desired
6767
```toml
6868
[dependencies]
6969
...
70-
azure_devops_rust_api = { version = "0.29.0", features = ["git", "pipelines"] }
70+
azure_devops_rust_api = { version = "0.30.0", features = ["git", "pipelines"] }
7171
```
7272

7373
## Examples

0 commit comments

Comments
 (0)