Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#60)
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 2d9ab04 commit b9390bd
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 @@
{
".": "1.0.0",
".": "1.0.1",
"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

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


### Bug Fixes

* **cli:** workspace set fix when passing path ([2d9ab04](https://github.com/CHIMEFRB/workflow/commit/2d9ab04ae909bf8587bbb9c49d752dff2d38e7ae))
* **json-schema:** added default mode as serialization ([5587cf7](https://github.com/CHIMEFRB/workflow/commit/5587cf719244aec470b538778fe27dc111c2715a))


### Documentation

* **readme:** added readme, moved docs to workflow-docs repo, consolidated test configs to pyproject ([20ba2b2](https://github.com/CHIMEFRB/workflow/commit/20ba2b20dc076cf3b92a51552c635daa63fbf14e))
* **readme:** formatting ([3681bd1](https://github.com/CHIMEFRB/workflow/commit/3681bd192cbda256d234ad04adc426f8d8678644))
* **readme:** update ([06f9a45](https://github.com/CHIMEFRB/workflow/commit/06f9a45253f633ee03d8ba0468af9eac23be3e11))

## [1.0.0](https://github.com/CHIMEFRB/workflow/compare/v0.10.0...v1.0.0) (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.0"
version = "1.0.1"
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.0" # {x-release-please-version}
__version__ = "1.0.1" # {x-release-please-version}

0 comments on commit b9390bd

Please sign in to comment.