We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb449f commit 97b05e4Copy full SHA for 97b05e4
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.5.0 - 02-21-2025
11
+
12
### Changed
13
14
- Updated dependencies to latest to remove dependency on unmaintained crate ([#7](https://github.com/stjude-rust-labs/tes/pull/7)).
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.4.1"
+version = "0.5.0"
5
edition = "2021"
6
authors = ["The St. Jude Rust Labs developers"]
license = "MIT OR Apache-2.0"
0 commit comments