Skip to content

Commit

Permalink
0.16.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 20, 2024
1 parent 57f910b commit 236efa4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# CHANGELOG


## v0.16.1 (2024-09-20)

### Fix

* fix(cli): dockerfile app example uses provided port number ([`57f910b`](https://github.com/numerous-com/numerous-sdk/commit/57f910b39153b52b7e0f9bc57e183eeb5b5edb8f))

>
> Fixes a bug where the initialized docker file example used a hardcoded
> port number instead of the port number provided in the wizard or by
> command line arguments.



## v0.16.0 (2024-09-20)

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

0 comments on commit 236efa4

Please sign in to comment.