Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#5)
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 Jan 29, 2024
1 parent 319e644 commit 7d85967
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/CHIMEFRB/workflow/compare/v0.1.0...v0.2.0) (2024-01-28)


### Features

* **workflow:** major refactor of core work to support multiple projects ([1fdd115](https://github.com/CHIMEFRB/workflow/commit/1fdd115df83355e42070b11baf90bf391a08b79c))


### Bug Fixes

* **ci:** fixed ci to run on pre ([bd67d17](https://github.com/CHIMEFRB/workflow/commit/bd67d173c36508df033beb08e42f11fa7ae1ad90))

## 0.1.0 (2023-07-19)


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.1.0"
version = "0.2.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 @@ -8,4 +8,4 @@
# Active Workspace Path
DEFAULT_WORKSPACE_PATH: Path = CONFIG_PATH / "workspaces" / "active.yml"
# Workflow Client Version
__version__ = "0.1.0" # {x-release-please-version}
__version__ = "0.2.0" # {x-release-please-version}

0 comments on commit 7d85967

Please sign in to comment.