Skip to content

Commit b0f43aa

Browse files
committed
release: bumps tes version to v0.4.0
1 parent 7436f35 commit b0f43aa

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 0.4.0 - 02-07-2025
11+
1012
### Revised
1113

1214
- Changes out the `anyhow` error type for `miette`
1315
([#5](https://github.com/stjude-rust-labs/tes/pull/5)).
1416
- Removes the `Eq` and `Ord` trait from types containing a `f64` via removal of
1517
`ordered_float` ([#6](https://github.com/stjude-rust-labs/tes/pull/6)).
1618

17-
1819
## 0.3.0 - 01-30-2025
1920

2021
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)