We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tes
1 parent 3832f56 commit 4846da2Copy full SHA for 4846da2
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 0.9.0 - 08-20-2025
11
+
12
### Fixed
13
14
- Remove `reqwest-retry` dependency in favor of `tokio-retry2` ([#21](https://github.com/stjude-rust-labs/tes/pull/21)).
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "tes"
3
description = "A crate for working with the Task Execution Service (TES) specification"
4
-version = "0.8.0"
+version = "0.9.0"
5
edition = "2021"
6
authors = ["The St. Jude Rust Labs developers"]
license = "MIT OR Apache-2.0"
0 commit comments