diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a0235d0..096f5b33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index c7f0f417..ae871763 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/hdf5-sys/Cargo.toml b/hdf5-sys/Cargo.toml index db4131d2..a09c6446 100644 --- a/hdf5-sys/Cargo.toml +++ b/hdf5-sys/Cargo.toml @@ -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 diff --git a/hdf5/Cargo.toml b/hdf5/Cargo.toml index a8003f18..48294fd7 100644 --- a/hdf5/Cargo.toml +++ b/hdf5/Cargo.toml @@ -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