We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089fb65 commit c23f693Copy full SHA for c23f693
2 files changed
CHANGELOG.md
@@ -6,6 +6,9 @@
6
## hdf5-sys unreleased
7
## hdf5-src unreleased
8
9
+## hdf5-types v0.10.1
10
+Release date: Mar 19, 2025
11
+- Fixed deref of null ptr in `VarLenAscii`/`VarLenUnicode`
12
13
## hdf5 v0.10.1
14
Release date: Feb 12, 2025
hdf5-types/Cargo.toml
@@ -4,7 +4,7 @@ description = "Native Rust equivalents of HDF5 types."
4
readme = "README.md"
5
build = "build.rs"
categories = ["encoding"]
-version = "0.10.0" # !V
+version = "0.10.1" # !V
rust-version.workspace = true
authors.workspace = true
keywords.workspace = true
0 commit comments