Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/lllangWV/ParquetDB into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lllangWV committed Jan 16, 2025
2 parents 8c778ed + 8ea0a2c commit 194fc62
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions parquetdb/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 194fc62

Please sign in to comment.