We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tes
1 parent 42ade2f commit 9c35620Copy full SHA for 9c35620
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.8.0 - 06-04-2025
11
+
12
### Changed
13
14
- Added `thiserror` dependency for custom error types ([#18](https://github.com/stjude-rust-labs/tes/pull/18)).
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.7.0"
+version = "0.8.0"
5
edition = "2021"
6
authors = ["The St. Jude Rust Labs developers"]
license = "MIT OR Apache-2.0"
0 commit comments