Skip to content

Commit

Permalink
chore(deps): bump version from 0.3.2 to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jun 28, 2024
1 parent 8d3561d commit 401a092
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- start changelog -->

(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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keywords:
- JAX
- Radio Propagation
license: MIT
version: v0.3.2
version: v0.3.3
preferred-citation:
publisher:
name: IEEE
Expand Down
2 changes: 1 addition & 1 deletion differt2d/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Module version."""

__version__ = "0.3.2"
__version__ = "0.3.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?'
Expand Down

0 comments on commit 401a092

Please sign in to comment.