diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb98de..a0bbe75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 88bd186..560c349 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",