From 452bc0d451a4cac3d5d881590a61b9324379c255 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:58:19 -0400 Subject: [PATCH] chore(main): release 1.1.0 (#62) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- workflow/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 335c5a7..d270be9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.0.1", + ".": "1.1.0", "packages": { ".": { "extra-files": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index bf23934..01fc9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/CHIMEFRB/workflow/compare/v1.0.1...v1.1.0) (2024-06-18) + + +### Miscellaneous Chores + +* release 1.1.0 ([65098ae](https://github.com/CHIMEFRB/workflow/commit/65098aecd54ce07dadcf04b353b76c2e91edc7da)) + ## [1.0.1](https://github.com/CHIMEFRB/workflow/compare/v1.0.0...v1.0.1) (2024-06-18) diff --git a/pyproject.toml b/pyproject.toml index aad7edc..e48e720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow" -version = "1.0.1" +version = "1.1.0" description = "Workflow Core" authors = ["Shiny Brar "] license = "MIT" diff --git a/workflow/__init__.py b/workflow/__init__.py index 6814cc6..97137b1 100644 --- a/workflow/__init__.py +++ b/workflow/__init__.py @@ -14,4 +14,4 @@ # Active Workspace Path DEFAULT_WORKSPACE_PATH: Path = CONFIG_PATH / "workspace.yml" # Workflow Client Version -__version__ = "1.0.1" # {x-release-please-version} +__version__ = "1.1.0" # {x-release-please-version}