Skip to content

Commit 9c35620

Browse files
committed
release: bumps tes version to v0.8.0
1 parent 42ade2f commit 9c35620

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.8.0 - 06-04-2025
11+
1012
### Changed
1113

1214
- Added `thiserror` dependency for custom error types ([#18](https://github.com/stjude-rust-labs/tes/pull/18)).

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.7.0"
4+
version = "0.8.0"
55
edition = "2021"
66
authors = ["The St. Jude Rust Labs developers"]
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)