@@ -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
0 commit comments