Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#62)
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 18, 2024
1 parent 65098ae commit 452bc0d
Show file tree
Hide file tree
Showing 4 changed files with 10 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 @@
{
".": "1.0.1",
".": "1.1.0",
"packages": {
".": {
"extra-files": [
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/CHIMEFRB/workflow/compare/v1.0.1...v1.1.0) (2024-06-18)


### Miscellaneous Chores

* release 1.1.0 ([65098ae](https://github.com/CHIMEFRB/workflow/commit/65098aecd54ce07dadcf04b353b76c2e91edc7da))

## [1.0.1](https://github.com/CHIMEFRB/workflow/compare/v1.0.0...v1.0.1) (2024-06-18)


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 = "1.0.1"
version = "1.1.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__ = "1.0.1" # {x-release-please-version}
__version__ = "1.1.0" # {x-release-please-version}

0 comments on commit 452bc0d

Please sign in to comment.