diff --git a/docs/changelog.md b/docs/changelog.md index c739535..684602d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,11 @@ ### 1.5.* +#### 1.5.3 - 24-09-03 - Bugfix, type checking for empty HDF5 datasets + +- [#16](https://github.com/p2p-ld/numpydantic/pull/16): Empty HDF5 datasets shouldn't break validation + if the NDArray spec allows Any shaped arrays. + #### 1.5.2 - 24-09-03 - `datetime` support for HDF5 - [#15](https://github.com/p2p-ld/numpydantic/pull/15): Datetimes are supported as diff --git a/pyproject.toml b/pyproject.toml index 35bf0a4..4dddb69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "numpydantic" -version = "1.5.2" +version = "1.5.3" description = "Type and shape validation and serialization for arbitrary array types in pydantic models" authors = [ {name = "sneakers-the-rat", email = "sneakers-the-rat@protonmail.com"},