File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.30.1]
11
+
10
12
- Change ` ServiceEndpoint ` field to be optional:
11
13
- ` description `
12
14
- Change ` AgentPoolQueue ` field to be optional:
@@ -612,7 +614,8 @@ breaking changes over previous versions.
612
614
613
615
- Initial release.
614
616
615
- [ Unreleased ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.30.0...HEAD
617
+ [ Unreleased ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.30.1...HEAD
618
+ [ 0.30.1 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.30.0...0.30.1
616
619
[ 0.30.0 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.29.0...0.30.0
617
620
[ 0.29.0 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.28.0...0.29.0
618
621
[ 0.28.0 ] : https://github.com/microsoft/azure-devops-rust-api/compare/0.27.0...0.28.0
Original file line number Diff line number Diff line change 3
3
4
4
[package ]
5
5
name = " azure_devops_rust_api"
6
- version = " 0.30.0 "
6
+ version = " 0.30.1 "
7
7
edition = " 2021"
8
8
authors = [
" John Batty <[email protected] >" ]
9
9
description = " Rust API library for Azure DevOps"
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Example application `Cargo.toml` dependency spec showing how to specify desired
67
67
``` toml
68
68
[dependencies ]
69
69
...
70
- azure_devops_rust_api = { version = " 0.30.0 " , features = [" git" , " pipelines" ] }
70
+ azure_devops_rust_api = { version = " 0.30.1 " , features = [" git" , " pipelines" ] }
71
71
```
72
72
73
73
## Examples
You can’t perform that action at this time.
0 commit comments