diff --git a/docs/changelog.md b/docs/changelog.md index 233c4e605..7b34feb9f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,16 @@ +## 0.7.0 (2024-03-11) + +### Feat + +- Use new `contacts_set` function from MeshKernel 4.0.2 (#575) +- Bump MeshKernel version to ^4.0.2 (#594) +- Add support for Python 3.10 (#586) + +### Fix + +- It is not possible to refine meshes with cell sizes smaller than 10 m (#611) +- Fix show tree output for old external forcing file (ExtOldForcing class) (#581) + ## 0.6.1 (2024-01-12) ## 0.6.0 (2023-11-16) diff --git a/hydrolib/core/__init__.py b/hydrolib/core/__init__.py index 43c4ab005..49e0fc1e0 100644 --- a/hydrolib/core/__init__.py +++ b/hydrolib/core/__init__.py @@ -1 +1 @@ -__version__ = "0.6.1" +__version__ = "0.7.0" diff --git a/pyproject.toml b/pyproject.toml index b7ebbfec7..27eced659 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hydrolib-core" -version = "0.6.1" +version = "0.7.0" description = "Python wrappers around D-HYDRO Suite." authors = ["Deltares"] license = "MIT" @@ -49,7 +49,7 @@ ipykernel = "^6.15.0" [tool.commitizen] name = "cz_conventional_commits" -version = "0.6.1" +version = "0.7.0" tag_format = "$version" version_files = [ "hydrolib/core/__init__.py", diff --git a/tests/data/reference/dimr/test_serialize.xml b/tests/data/reference/dimr/test_serialize.xml index 7d6abd395..5cf50757c 100644 --- a/tests/data/reference/dimr/test_serialize.xml +++ b/tests/data/reference/dimr/test_serialize.xml @@ -2,7 +2,7 @@ 1.3 - hydrolib-core 0.6.1 + hydrolib-core 0.7.0 2020-03-17T10:02:49.4520672Z diff --git a/tests/data/reference/model/test_dimr_model_save.xml b/tests/data/reference/model/test_dimr_model_save.xml index 8a1a0b6c2..d6fb898e5 100644 --- a/tests/data/reference/model/test_dimr_model_save.xml +++ b/tests/data/reference/model/test_dimr_model_save.xml @@ -2,7 +2,7 @@ 1.3 - hydrolib-core 0.6.1 + hydrolib-core 0.7.0 2021-07-29T12:45:00