Skip to content

Commit

Permalink
0.29.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 31, 2024
1 parent fce992f commit d77b38b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# CHANGELOG


## v0.29.3 (2024-10-31)

### Fix

* fix(python-sdk): nested collections key collisions ([`fce992f`](https://github.com/numerous-com/numerous-sdk/commit/fce992f16d67d6ef6c0918c287dc9a88e18edbda))

>
> Refer to collections by their IDs in order to guarantee unique access,
> fixing issues with accessing nested collections, and documents in nested
> collections.



## v0.29.2 (2024-10-30)

### Fix
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.29.2"
version = "0.29.3"
classifiers = ["Programming Language :: Python :: 3"]
dependencies = [
"typing-extensions>=4.12.2",
Expand Down

0 comments on commit d77b38b

Please sign in to comment.