We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd1d60 commit c01912eCopy full SHA for c01912e
CHANGELOG.md
@@ -6,6 +6,10 @@
6
## hdf5-sys unreleased
7
## hdf5-src unreleased
8
9
+## hdf5 unreleased v0.9.4
10
+Release date: Jan 7, 2025.
11
+- Fixed bundled hdf5 version back to 1.14.5
12
+
13
## hdf5-derive v0.9.2
14
Release date: Dec 9, 2024.
15
- Fixed `H5Type` is not local
hdf5-src/Cargo.toml
@@ -22,7 +22,7 @@ exclude = [
22
"ext/hdf5/HDF5Examples/**",
23
"ext/hdf5/doxygen/**",
24
]
25
-version = "0.9.3" # !V
+version = "0.9.4" # !V
26
rust-version.workspace = true
27
authors.workspace = true
28
keywords.workspace = true
0 commit comments