Skip to content

Commit

Permalink
0.29.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 1, 2024
1 parent 88a0625 commit 4e3f060
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# CHANGELOG


## v0.29.6 (2024-11-01)

### Fix

* fix(python-sdk): allow chaining collection access ([`88a0625`](https://github.com/numerous-com/numerous-sdk/commit/88a06250a295316b7ce5c5437b0812bf53c0643d))

>
> A nested collection not being returned is an exception that should not
> happen, so raise an error if it happens, instead of returning `None`.
> This enables chaining calls to nested collections, without checking for
> `None`.



## v0.29.5 (2024-11-01)

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

0 comments on commit 4e3f060

Please sign in to comment.