Skip to content

Commit

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

## [0.10.0](https://github.com/CHIMEFRB/workflow/compare/v0.9.1...v0.10.0) (2024-06-13)


### Features

* **client:** the http client now accepts either a str | List[str] as argument for baseurls ([460a731](https://github.com/CHIMEFRB/workflow/commit/460a73191d0349c9d05dc6409917a7161cb25f9e))


### Bug Fixes

* **github-actions:** fix for tests ([80f8b26](https://github.com/CHIMEFRB/workflow/commit/80f8b2627b0a85a532dc2f4b6658b677072b0044))

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


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.9.1"
version = "0.10.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.9.1" # {x-release-please-version}
__version__ = "0.10.0" # {x-release-please-version}

0 comments on commit eeb6aef

Please sign in to comment.