Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#49)
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 7, 2024
1 parent 6c0b3ef commit 008e69d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extra-files": [
"workflow/__init__.py"
]
],
".": "0.8.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.0](https://github.com/CHIMEFRB/workflow/compare/v0.7.0...v0.8.0) (2024-06-07)


### Features

* **python:** working build for py38,py39,py310 ([6c0b3ef](https://github.com/CHIMEFRB/workflow/commit/6c0b3ef00417eb4b72bb5067bb597c3b7b305ae4))

## [0.7.0](https://github.com/CHIMEFRB/workflow/compare/v0.6.0...v0.7.0) (2024-06-06)


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.7.0"
version = "0.8.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.7.0" # {x-release-please-version}
__version__ = "0.8.0" # {x-release-please-version}

0 comments on commit 008e69d

Please sign in to comment.