Skip to content

Commit

Permalink
0.16.0
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 b72af15 commit c2cbe26
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# CHANGELOG


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

### Feature

* feat(cli): initialize apps based on docker builds (#31) ([`b72af15`](https://github.com/numerous-com/numerous-sdk/commit/b72af150d0a606e6d1562ba138d883b141e78673))

>
> * Enables creating apps based on Dockerfiles.
> - Adds new option in wizard.
> - Adds new command line flags.
> * Introduces new `numerous.toml` format.
> * Backwards compatible with apps initialized previously.



## v0.15.3 (2024-09-19)

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

0 comments on commit c2cbe26

Please sign in to comment.