We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f14338 commit b28bbecCopy full SHA for b28bbec
2 files changed
CHANGELOG.md
@@ -5,7 +5,8 @@
5
## hdf5-sys unreleased
6
## hdf5-src unreleased
7
8
-## hdf5 unreleased
+## hdf5 v0.12.1
9
+Release date: Jan 20, 2026
10
- Fixed an import for windows using prebuilt hdf5 2.0.0
11
12
## hdf5 v0.12.0
hdf5/Cargo.toml
@@ -4,7 +4,7 @@ readme = "../README.md"
4
description = "Thread-safe Rust bindings for the HDF5 library."
build = "build.rs"
categories = ["science", "filesystem"]
-version = "0.12.0" # !V
+version = "0.12.1" # !V
rust-version.workspace = true
authors.workspace = true
keywords.workspace = true
0 commit comments