diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b385c..278a67a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.1.6 (2024-06-03) + +### Fix + +* fix: adapted to new pandas version ([`f4a151c`](https://github.com/MarkusPic/ehyd_tools/commit/f4a151c84c05efef913743a5e917b7a494e0d5bb)) + + ## v0.1.5 (2024-05-13) ### Fix @@ -14,6 +21,14 @@ * style: fixed pandas deprecation errors for frequency strings ([`b6f2a51`](https://github.com/MarkusPic/ehyd_tools/commit/b6f2a51c07af8be2d13798b704f8801c7a618b11)) +### Unknown + +* 0.1.5 + +Automatically generated by python-semantic-release + +[skip actions] ([`7eadd7c`](https://github.com/MarkusPic/ehyd_tools/commit/7eadd7c8a1194e35d4bafcc6911b63e6a1079f4d)) + ## v0.1.4 (2024-03-22) diff --git a/ehyd_tools/__init__.py b/ehyd_tools/__init__.py index 66a87bb..2fb2513 100644 --- a/ehyd_tools/__init__.py +++ b/ehyd_tools/__init__.py @@ -1 +1 @@ -__version__ = '0.1.5' +__version__ = '0.1.6'