Skip to content

Commit 4846da2

Browse files
committed
release: bumps tes version to v0.9.0
1 parent 3832f56 commit 4846da2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.9.0 - 08-20-2025
11+
1012
### Fixed
1113

1214
- Remove `reqwest-retry` dependency in favor of `tokio-retry2` ([#21](https://github.com/stjude-rust-labs/tes/pull/21)).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tes"
33
description = "A crate for working with the Task Execution Service (TES) specification"
4-
version = "0.8.0"
4+
version = "0.9.0"
55
edition = "2021"
66
authors = ["The St. Jude Rust Labs developers"]
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)