Skip to content

Commit

Permalink
chore(main): release 1.2.1 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 25, 2024
1 parent f67b1f7 commit 269d992
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "1.2.0",
".": "1.2.1",
"packages": {
".": {
"extra-files": [
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.2.1](https://github.com/CHIMEFRB/workflow/compare/v1.2.0...v1.2.1) (2024-06-25)


### Bug Fixes

* **cli:** default options which are none, are no longer passed to cli ([bcb0cbb](https://github.com/CHIMEFRB/workflow/commit/bcb0cbbc77fcc7566db99d62772bf8c5c732d706))
* **cli:** run command now properly parses click cli argument names. ([26aceaf](https://github.com/CHIMEFRB/workflow/commit/26aceafa5b1fef8d6ee312711311f87b0dc1eceb))
* **execution:** fixed edge case in work execution due to json serializable error ([cb9ce26](https://github.com/CHIMEFRB/workflow/commit/cb9ce26972c8e1cc6daa41f24b75d5057c2776ef))
* **execution:** fixed issue when translating single and multiple letter click cli options to to code ([f67b1f7](https://github.com/CHIMEFRB/workflow/commit/f67b1f7f2848f652b237515622711a5ca486692b))

## [1.2.0](https://github.com/CHIMEFRB/workflow/compare/v1.1.0...v1.2.0) (2024-06-25)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "workflow"
version = "1.2.0"
version = "1.2.1"
description = "Workflow Core"
authors = ["Shiny Brar <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion workflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# Active Workspace Path
DEFAULT_WORKSPACE_PATH: Path = CONFIG_PATH / "workspace.yml"
# Workflow Client Version
__version__ = "1.2.0" # {x-release-please-version}
__version__ = "1.2.1" # {x-release-please-version}

0 comments on commit 269d992

Please sign in to comment.