Skip to content

Commit fc959da

Browse files
chore(main): release 0.8.2 (#51)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b285de4 commit fc959da

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "0.8.1",
2+
".": "0.8.2",
33
"packages": {
44
".": {
55
"extra-files": [

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.8.2](https://github.com/CHIMEFRB/workflow/compare/v0.8.1...v0.8.2) (2024-06-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **release-please:** fixes for release please config linting ([b285de4](https://github.com/CHIMEFRB/workflow/commit/b285de472420495fab062afd54db3f4dea229620))
9+
310
## [0.8.1](https://github.com/CHIMEFRB/workflow/compare/v0.8.0...v0.8.1) (2024-06-07)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "workflow"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Workflow Core"
55
authors = ["Shiny Brar <[email protected]>"]
66
license = "MIT"

workflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# Active Workspace Path
1515
DEFAULT_WORKSPACE_PATH: Path = CONFIG_PATH / "workspace.yml"
1616
# Workflow Client Version
17-
__version__ = "0.8.1" # {x-release-please-version}
17+
__version__ = "0.8.2" # {x-release-please-version}

0 commit comments

Comments
 (0)