Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 10, 2024
1 parent 1e8b86b commit 568beb7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@



## v0.4.0 (2024-06-10)

### Feature

* feat(cli): add deploy command

The command `numerous deploy` deploys an app to an organization, where
it is accessible only to authorized users. ([`1e8b86b`](https://github.com/numerous-com/numerous-sdk/commit/1e8b86b344c53ec671db4b0fcc0a8d423eee1892))


## v0.3.6 (2024-06-04)

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

0 comments on commit 568beb7

Please sign in to comment.