From 8fe73ce4f93005bf94f4561ef34f8cd974e83a80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:32:33 -0400 Subject: [PATCH] chore(main): release 0.5.0 (#43) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- workflow/__init__.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5702720..3072a28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.5.0](https://github.com/CHIMEFRB/workflow/compare/v0.4.0...v0.5.0) (2024-06-04) + + +### Features + +* **dockerfile:** improvements to the workflow docker container ([af472b9](https://github.com/CHIMEFRB/workflow/commit/af472b98cbc3a2b7284221b2fe29e13f2c1c22af)) + + +### Bug Fixes + +* **archive:** check that basepath, mount in config, exists before continuing ([#39](https://github.com/CHIMEFRB/workflow/issues/39)) ([87fe370](https://github.com/CHIMEFRB/workflow/commit/87fe37096062da0761341e3a87c14af12a90c3b9)) +* **cli:** improved cli structure ([08ce5e3](https://github.com/CHIMEFRB/workflow/commit/08ce5e32cd08e6eecfd62dcb0b51dbdee4a6b8cc)) + ## [0.4.0](https://github.com/CHIMEFRB/workflow/compare/v0.3.0...v0.4.0) (2024-05-28) diff --git a/pyproject.toml b/pyproject.toml index 12729aa..9e83921 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow" -version = "0.4.0" +version = "0.5.0" description = "Workflow Core" authors = ["Shiny Brar "] license = "MIT" diff --git a/workflow/__init__.py b/workflow/__init__.py index 49a4665..1d45afe 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__ = "0.4.0" # {x-release-please-version} +__version__ = "0.5.0" # {x-release-please-version}