Skip to content

Commit

Permalink
chore(main): release 0.6.0 (#44)
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] committed Jun 4, 2024
1 parent de14f28 commit 68e1a7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.0](https://github.com/CHIMEFRB/workflow/compare/v0.5.0...v0.6.0) (2024-06-04)


### Features

* **cli:** added buckets cli ([de14f28](https://github.com/CHIMEFRB/workflow/commit/de14f2841fb9f7f17c8c20240718af8bbe609055))

## [0.5.0](https://github.com/CHIMEFRB/workflow/compare/v0.4.0...v0.5.0) (2024-06-04)


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 = "0.5.0"
version = "0.6.0"
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__ = "0.5.0" # {x-release-please-version}
__version__ = "0.6.0" # {x-release-please-version}

0 comments on commit 68e1a7c

Please sign in to comment.