Skip to content

Commit

Permalink
0.39.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 9, 2024
1 parent fc8943e commit 4139dca
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# CHANGELOG


## v0.39.0 (2024-12-09)

### Documentation

* docs(python-sdk): fix typos, and add sections about listing, tagging and deleting ([`295def0`](https://github.com/numerous-com/numerous-sdk/commit/295def0f481f8a1aec42b25d20392cdac697555f))



### Feature

* feat(cli): configure default organization for commands (#61) ([`fc8943e`](https://github.com/numerous-com/numerous-sdk/commit/fc8943e04a18ee1df6d6ef7de431ad1ae80e12cf))

>
> * Adds `config` command which can be used to list or set configuration values
> * Adds an `organization` config value that can be configured with an organization slug
> * Uses the configured organization slug when getting app identifiers as a fallback value if no organization slug is given in arguments or manifest deployment section
> * Updates help messages for commands that use the default organization.



## v0.38.0 (2024-12-02)

### Documentation
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 = "docs/README.md"
version = "0.38.0"
version = "0.39.0"
classifiers = ["Programming Language :: Python :: 3"]
dependencies = [
"typing-extensions>=4.12.2",
Expand Down

0 comments on commit 4139dca

Please sign in to comment.