Skip to content

Commit 02b3376

Browse files
authored
Release 0.30.1 (#672)
* Release 0.30.1 * Update CHANGELOG
1 parent 7683611 commit 02b3376

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.30.1]
11+
1012
- Change `ServiceEndpoint` field to be optional:
1113
- `description`
1214
- Change `AgentPoolQueue` field to be optional:
@@ -612,7 +614,8 @@ breaking changes over previous versions.
612614

613615
- Initial release.
614616

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
616619
[0.30.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.29.0...0.30.0
617620
[0.29.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.28.0...0.29.0
618621
[0.28.0]: https://github.com/microsoft/azure-devops-rust-api/compare/0.27.0...0.28.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.30.0"
6+
version = "0.30.1"
77
edition = "2021"
88
authors = ["John Batty <[email protected]>"]
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.30.0", features = ["git", "pipelines"] }
70+
azure_devops_rust_api = { version = "0.30.1", features = ["git", "pipelines"] }
7171
```
7272

7373
## Examples

0 commit comments

Comments
 (0)