Skip to content

Commit

Permalink
Release new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Jan 13, 2025
1 parent 2f03deb commit 56bdf23
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
## hdf5-sys unreleased
## hdf5-src unreleased

## hdf5 unreleased
## hdf5 v0.9.4
Release date: Jan 13, 2025.
- Added `HDF5_VERSION` which contains the version used when building

## hdf5-sys unreleased
## hdf5-sys v0.10.1
Release date: Jan 13, 2025.
- Added `HDF5_VERSION` which contains the version used when building

## hdf5 v0.9.4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ regex = "1.10"
hdf5 = { package = "hdf5-metno", version = "0.9.3", path = "hdf5" } # !V
hdf5-derive = { package = "hdf5-metno-derive", version = "0.9.1", path = "hdf5-derive" } # !V
hdf5-src = { package = "hdf5-metno-src", version = "0.9.3", path = "hdf5-src" } # !V
hdf5-sys = { package = "hdf5-metno-sys", version = "0.10.0", path = "hdf5-sys" } # !V
hdf5-sys = { package = "hdf5-metno-sys", version = "0.10.1", path = "hdf5-sys" } # !V
hdf5-types = { package = "hdf5-metno-types", version = "0.10.0", path = "hdf5-types" } # !V
2 changes: 1 addition & 1 deletion hdf5-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Native bindings to the HDF5 library."
links = "hdf5"
readme = "README.md"
categories = ["development-tools::ffi", "filesystem", "science"]
version = "0.10.0" # !V
version = "0.10.1" # !V
rust-version.workspace = true
authors.workspace = true
keywords.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion hdf5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ readme = "../README.md"
description = "Thread-safe Rust bindings for the HDF5 library."
build = "build.rs"
categories = ["science", "filesystem"]
version = "0.9.3" # !V
version = "0.9.4" # !V
rust-version.workspace = true
authors.workspace = true
keywords.workspace = true
Expand Down

0 comments on commit 56bdf23

Please sign in to comment.