Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#43)
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 af472b9 commit 8fe73ce
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* **dockerfile:** improvements to the workflow docker container ([af472b9](https://github.com/CHIMEFRB/workflow/commit/af472b98cbc3a2b7284221b2fe29e13f2c1c22af))


### Bug Fixes

* **archive:** check that basepath, mount in config, exists before continuing ([#39](https://github.com/CHIMEFRB/workflow/issues/39)) ([87fe370](https://github.com/CHIMEFRB/workflow/commit/87fe37096062da0761341e3a87c14af12a90c3b9))
* **cli:** improved cli structure ([08ce5e3](https://github.com/CHIMEFRB/workflow/commit/08ce5e32cd08e6eecfd62dcb0b51dbdee4a6b8cc))

## [0.4.0](https://github.com/CHIMEFRB/workflow/compare/v0.3.0...v0.4.0) (2024-05-28)


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.4.0"
version = "0.5.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.4.0" # {x-release-please-version}
__version__ = "0.5.0" # {x-release-please-version}

0 comments on commit 8fe73ce

Please sign in to comment.