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 21, 2025
2 parents 1c48e66 + d94d761 commit fa5f66e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@

___

# 0.23.5 (01-16-2025)

##### Bugs
- None identified

##### New features
- Enhanced the 'ParquetDB' class to improve handling of nested datasets.
- Introduced a dedicated directory for nested datasets within the database path.

##### Documentation updates
- Updated '_version.py' and 'CHANGELOG.md' to reflect the new release.

##### Maintenance
- Merged latest changes from the main branch of the remote repository.

___

___

# 0.23.4 (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.4'
__version_tuple__ = version_tuple = (0, 23, 4)
__version__ = version = '0.23.5'
__version_tuple__ = version_tuple = (0, 23, 5)

0 comments on commit fa5f66e

Please sign in to comment.