From b9390bdb2fd62f923ff3584508d8c35342c806bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:34:12 -0400 Subject: [PATCH] chore(main): release 1.0.1 (#60) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- workflow/__init__.py | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 603ce2f..335c5a7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.0.0", + ".": "1.0.1", "packages": { ".": { "extra-files": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index a8bcc0f..bf23934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.1](https://github.com/CHIMEFRB/workflow/compare/v1.0.0...v1.0.1) (2024-06-18) + + +### Bug Fixes + +* **cli:** workspace set fix when passing path ([2d9ab04](https://github.com/CHIMEFRB/workflow/commit/2d9ab04ae909bf8587bbb9c49d752dff2d38e7ae)) +* **json-schema:** added default mode as serialization ([5587cf7](https://github.com/CHIMEFRB/workflow/commit/5587cf719244aec470b538778fe27dc111c2715a)) + + +### Documentation + +* **readme:** added readme, moved docs to workflow-docs repo, consolidated test configs to pyproject ([20ba2b2](https://github.com/CHIMEFRB/workflow/commit/20ba2b20dc076cf3b92a51552c635daa63fbf14e)) +* **readme:** formatting ([3681bd1](https://github.com/CHIMEFRB/workflow/commit/3681bd192cbda256d234ad04adc426f8d8678644)) +* **readme:** update ([06f9a45](https://github.com/CHIMEFRB/workflow/commit/06f9a45253f633ee03d8ba0468af9eac23be3e11)) + ## [1.0.0](https://github.com/CHIMEFRB/workflow/compare/v0.10.0...v1.0.0) (2024-06-18) diff --git a/pyproject.toml b/pyproject.toml index 2150d34..aad7edc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow" -version = "1.0.0" +version = "1.0.1" description = "Workflow Core" authors = ["Shiny Brar "] license = "MIT" diff --git a/workflow/__init__.py b/workflow/__init__.py index 35163c8..6814cc6 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.0" # {x-release-please-version} +__version__ = "1.0.1" # {x-release-please-version}