Skip to content

Commit

Permalink
0.33.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 25, 2024
1 parent 41ea8ff commit 7d75607
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# CHANGELOG


## v0.33.1 (2024-11-25)

### Fix

* fix(cli): deploy apps within project directories (#54) ([`41ea8ff`](https://github.com/numerous-com/numerous-sdk/commit/41ea8ffc008280633dd7335659b16288e3c7f181))

>
> Properly handles the `deploy` command `--project-dir` flag to allow deploying an app that exists within
> a project directory.
>
> Also:
> * Fixes some linter issues related to format printing
> * Adds improved traceability to the requests sent to the server by adding operation names



## v0.33.0 (2024-11-25)

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

0 comments on commit 7d75607

Please sign in to comment.