From 4164b012a144bc1208325c0260d188ceb120f6c4 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 14 Jun 2024 11:34:26 +0000 Subject: [PATCH] 0.5.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 15 +++++++++++++-- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a19c054..38bf3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # CHANGELOG -## Unreleased -### Build +## v0.5.0 (2024-06-14) +### Build * build(deps): bump github.com/vektah/gqlparser/v2 in /cli (#10) ([`5d2d9f0`](https://github.com/numerous-com/numerous-sdk/commit/5d2d9f0519f8346317d513ad4084d03ad2ff4f08)) @@ -22,6 +22,17 @@ > Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + +### Feature + +* feat(cli): configure deployment in manifest (#9) ([`b4fd668`](https://github.com/numerous-com/numerous-sdk/commit/b4fd6680fa7bde8aa3d317279faa1b56672f24ca)) + + > + > Add the ability to write a `deploy` section in `numerous.toml`, where `organization` and `name` (app name) can be defined, so that `numerous deploy` can be run without arguments. + + + + ## v0.4.5 (2024-06-13) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 8b1174a..ab748ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "numerous" readme = "README.md" -version = "0.4.5" +version = "0.5.0" classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "typing-extensions==4.9.0",