Skip to content

Commit

Permalink
0.29.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 29, 2024
1 parent 4cc900a commit b64e4ec
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# CHANGELOG


## v0.29.0 (2024-10-29)

### Documentation

* docs(python-sdk): generate documentation and api reference with `mkdocs` (#49) ([`17fbca5`](https://github.com/numerous-com/numerous-sdk/commit/17fbca5938500e7d4343af08c3fed67b7409b087))

>
> Adds basic documentation.


### Feature

* feat(python-sdk): user sessions for frameworks (#47) ([`4cc900a`](https://github.com/numerous-com/numerous-sdk/commit/4cc900a4985c768b93a0283294883fbccadbd039))

>
> Adds framework specific functions to access a user `Session` object, which represents a session of an
> authenticated Numerous user accessing the app. Through the `Session` cookies, user information and
> a specific user collection can be accessed.
>
> ---------
>
> Co-authored-by: Jens Feodor Nielsen <[email protected]>



## v0.28.3 (2024-10-24)

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

0 comments on commit b64e4ec

Please sign in to comment.