Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Apr 22, 2024
1 parent 7434d30 commit f1d34f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.3.0 (2024-04-22)

- changed: For all baselet types, `dumpData` returns the full database across all partitions.
- changed: The `partition` parameter for `HashBase` is an optional parameter.
- fixed: Remove persistent empty partition (`''`) from all `CountBase` instances
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baselet",
"version": "0.2.4",
"version": "0.3.0",
"description": "A simple database built on disklet",
"homepage": "https://github.com/EdgeApp/baselet",
"repository": {
Expand Down

0 comments on commit f1d34f8

Please sign in to comment.