diff --git a/CHANGELOG.md b/CHANGELOG.md index d31a470..67f1c4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 (unreleased)= -## [Unreleased](https://github.com/jeertmans/DiffeRT2d/compare/v0.3.2...HEAD) +## [Unreleased](https://github.com/jeertmans/DiffeRT2d/compare/v0.3.3...HEAD) -(unreleased-added)= +(v0.3.3)= +## [v0.3.3](https://github.com/jeertmans/DiffeRT2d/compare/v0.3.2...v0.3.3) + +(v0.3.3-added)= ### Added + Added `Vertex` class for basic vertex diffraction. @@ -25,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + Added a lower-level, cached, variant of `all_path_candidates`. [#70](https://github.com/jeertmans/DiffeRT2d/pull/70) -(unreleased-chore)= +(v0.3.3-chore)= ### Chore + Fixed broken links and added test to check for links. diff --git a/CITATION.cff b/CITATION.cff index 5362e9a..07db520 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -22,7 +22,7 @@ keywords: - JAX - Radio Propagation license: MIT -version: v0.3.2 +version: v0.3.3 preferred-citation: publisher: name: IEEE diff --git a/differt2d/__version__.py b/differt2d/__version__.py index dd01081..2cb6274 100644 --- a/differt2d/__version__.py +++ b/differt2d/__version__.py @@ -1,3 +1,3 @@ """Module version.""" -__version__ = "0.3.2" +__version__ = "0.3.3" diff --git a/pyproject.toml b/pyproject.toml index 9d4c4b5..6a16f8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ Repository = "https://github.com/jeertmans/DiffeRT2d" allow_dirty = false commit = true commit_args = "" -current_version = "0.3.2" +current_version = "0.3.3" ignore_missing_version = false message = "chore(deps): bump version from {current_version} to {new_version}" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(-rc(?P\d+))?'