diff --git a/CHANGELOG.md b/CHANGELOG.md index 440af59..ba7e160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ ___ +# 0.23.4 (01-09-2025) + +##### Bugs +- None identified + +##### New features +- Enhanced the `PythonObjectPandasArray` class with a new `__setitem__` method for improved array manipulation. + +##### Documentation updates +- Updated `_version.py` and `CHANGELOG.md` to reflect the new release. + +##### Maintenance +- Merged updates from the main branch of the repository. + +___ + +___ + # 0.23.3 (01-09-2025) ##### Bugs diff --git a/parquetdb/_version.py b/parquetdb/_version.py index a5fd6c9..de8f67a 100644 --- a/parquetdb/_version.py +++ b/parquetdb/_version.py @@ -12,5 +12,5 @@ __version_tuple__: VERSION_TUPLE version_tuple: VERSION_TUPLE -__version__ = version = '0.23.3' -__version_tuple__ = version_tuple = (0, 23, 3) +__version__ = version = '0.23.4' +__version_tuple__ = version_tuple = (0, 23, 4)