From fe89c629950cd678cb52343277bd66dc50eca994 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:54:15 -0400 Subject: [PATCH] chore(main): release 1.5.0 (#77) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 511dead..5a28ecf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.4.0", + ".": "1.5.0", "packages": { ".": { "extra-files": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index caddc39..086b1a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.5.0](https://github.com/CHIMEFRB/workflow/compare/v1.4.0...v1.5.0) (2024-07-04) + + +### Features + +* **audit:** added an audit daemon to the workflow cli ([b73287a](https://github.com/CHIMEFRB/workflow/commit/b73287a9a8d23c07472b933731463ce887e1b954)) +* **audit:** added tests ([e2f0be0](https://github.com/CHIMEFRB/workflow/commit/e2f0be084f832cb56cc70fc08995be2e13433b64)) +* **execute:** added functionality to execute work with the work object as arguments ([b9927f5](https://github.com/CHIMEFRB/workflow/commit/b9927f5e9f921d0f95de50f4a88ab7bc0aa1c49f)) +* **pypi:** added functionality to push to pypi as workflow.core ([fc811d5](https://github.com/CHIMEFRB/workflow/commit/fc811d575d69c4edcc63519491d8a17dee6de8c1)) + ## [1.4.0](https://github.com/CHIMEFRB/workflow/compare/v1.3.2...v1.4.0) (2024-06-29) diff --git a/pyproject.toml b/pyproject.toml index bef36b0..3faa84a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow.core" -version = "1.4.0" +version = "1.5.0" description = "Workflow Core" authors = ["Shiny Brar "] license = "MIT"