From 15e0e7ef6802fb9861b5031b356ceeeab821e28c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 22:40:44 -0400 Subject: [PATCH] chore(main): release 0.4.0 (#26) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- workflow/__init__.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db256a9..5702720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.0](https://github.com/CHIMEFRB/workflow/compare/v0.3.0...v0.4.0) (2024-05-28) + + +### Features + +* add schedule cli ([#25](https://github.com/CHIMEFRB/workflow/issues/25)) ([56dcd6e](https://github.com/CHIMEFRB/workflow/commit/56dcd6e8f53853234de069bac4c77255c448cceb)) +* **cli/main.py:** adding logging on top level function ([#37](https://github.com/CHIMEFRB/workflow/issues/37)) ([7820c62](https://github.com/CHIMEFRB/workflow/commit/7820c623406f582e7fceef22785cb040d1be04b3)) +* **docker-compose-tutorial.yml:** adding docker compose for tutorial ([#35](https://github.com/CHIMEFRB/workflow/issues/35)) ([7b17e2a](https://github.com/CHIMEFRB/workflow/commit/7b17e2a987e09d8a950d9b4202b29c068321971f)) + ## [0.3.0](https://github.com/CHIMEFRB/workflow/compare/v0.2.0...v0.3.0) (2024-03-06) diff --git a/pyproject.toml b/pyproject.toml index a773d16..12729aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow" -version = "0.3.0" +version = "0.4.0" description = "Workflow Core" authors = ["Shiny Brar "] license = "MIT" diff --git a/workflow/__init__.py b/workflow/__init__.py index 32172b5..49a4665 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.3.0" # {x-release-please-version} +__version__ = "0.4.0" # {x-release-please-version}