Skip to content

Tags: muthmann/evt3

Tags

v0.4.0

Toggle v0.4.0's commit message
chore(release): 🔖 v0.4.0

Sets the release version across the workspace and closes the 0.4.0 CHANGELOG
section.

The member manifests hardcoded their own `version` field, so
`workspace.package.version` was dead configuration and a bump there had no
effect on what would be published. All three crates now inherit it through
`version.workspace = true`, which makes the RELEASING.md checklist accurate and
removes the risk of the workspace and member versions silently diverging.

Also updates the version-pinned `evt3` dependency example in the HDF5 docs.

v0.3.0

Toggle v0.3.0's commit message
chore: 🔖 bump version to 0.3.0

v0.2.0

Toggle v0.2.0's commit message
Release v0.2.0: HDF5 support, byte-stream decoding, ECF plugin tooling

v0.1.0

Toggle v0.1.0's commit message
🎉 Initial commit