diff --git a/CHANGELOG.md b/CHANGELOG.md index 567ff46..5a3995e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ + +## [v0.2.30](https://github.com/LightForm-group/damask-parse/compare/v0.2.29...v0.2.30) - 2024.10.30 + +### 🐛 Bug Fixes + +* support new and old DAMASK Grid formats for HDF5 + + ## [v0.2.29](https://github.com/LightForm-group/damask-parse/compare/v0.2.28...v0.2.29) - 2024.10.16 diff --git a/damask_parse/_version.py b/damask_parse/_version.py index 4f6b515..110d3e1 100644 --- a/damask_parse/_version.py +++ b/damask_parse/_version.py @@ -1 +1 @@ -__version__ = "0.2.29" +__version__ = "0.2.30" diff --git a/pyproject.toml b/pyproject.toml index 8fc7d2f..8c071ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "damask-parse" -version = "0.2.29" +version = "0.2.30" description = "Input file writers and output file readers for the crystal plasticity code DAMASK." authors = [ "Adam Plowman ", @@ -39,7 +39,7 @@ ipykernel = "^6.29.5" [tool.commitizen] name = "cz_conventional_commits" -version = "0.2.29" +version = "0.2.30" tag_format = "v$version" version_files = [ "pyproject.toml:version",