Skip to content

Commit

Permalink
0.19.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 25, 2024
1 parent a6efc63 commit 2183b1d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# CHANGELOG


## v0.19.0 (2024-09-25)

### Feature

* feat(python-sdk): nested collections and documents (#32) ([`a6efc63`](https://github.com/numerous-com/numerous-sdk/commit/a6efc63a5fc5615759cd3a058671b471e076590b))

>
> Documents are indexed by a key in a collection, and contain JSON data:
> * Create documents in a collection
> * Manage tags for a document
> * Iterate over documents in a collection (with filtering by tags possible)
> * Read document data
>
> Additionally nested collections are introduced.



## v0.18.0 (2024-09-25)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "numerous"
readme = "README.md"
version = "0.18.0"
version = "0.19.0"
classifiers = ["Programming Language :: Python :: 3"]
dependencies = [
"typing-extensions==4.12.2",
Expand Down

0 comments on commit 2183b1d

Please sign in to comment.