Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#53)
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 12, 2024
1 parent 1c5d71c commit f3ee0ba
Show file tree
Hide file tree
Showing 4 changed files with 18 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 @@
{
".": "0.8.2",
".": "0.9.0",
"packages": {
".": {
"extra-files": [
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.9.0](https://github.com/CHIMEFRB/workflow/compare/v0.8.2...v0.9.0) (2024-06-12)


### Features

* **github-actions:** added deployment action to publish docker containers ([1c5d71c](https://github.com/CHIMEFRB/workflow/commit/1c5d71c5cbe79147c4ab0f3d76e6a21e71aa7042))
* **results:** added workflow results API & CLI ([0d20eaf](https://github.com/CHIMEFRB/workflow/commit/0d20eafb5a4969af69b488c6458393de79123210))
* **workflow:** updates to tests, and general api cleanup ([644a744](https://github.com/CHIMEFRB/workflow/commit/644a744bea3173afb629c3dc1e7ad20c7325d645))


### Bug Fixes

* **dockerfile:** fixes ([cdf4004](https://github.com/CHIMEFRB/workflow/commit/cdf40048733ee44de83fbf83b1049159209ce254))
* **github-actions:** added debug ssh session ([bce85d6](https://github.com/CHIMEFRB/workflow/commit/bce85d653ecba20ca71e219df3bc29e4d440a3b3))

## [0.8.2](https://github.com/CHIMEFRB/workflow/compare/v0.8.1...v0.8.2) (2024-06-07)


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.8.2"
version = "0.9.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.8.2" # {x-release-please-version}
__version__ = "0.9.0" # {x-release-please-version}

0 comments on commit f3ee0ba

Please sign in to comment.