Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#15)
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 Mar 6, 2024
1 parent 40c9816 commit 272da62
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.3.0](https://github.com/CHIMEFRB/workflow/compare/v0.2.0...v0.3.0) (2024-03-06)


### Features

* **examples:** added a dedicated examples folder ([908de1a](https://github.com/CHIMEFRB/workflow/commit/908de1a04a8fee12dfd40a3bfe5f1877dade1177))


### Bug Fixes

* **context.py:** fixing class validator ([#17](https://github.com/CHIMEFRB/workflow/issues/17)) ([7bc52bb](https://github.com/CHIMEFRB/workflow/commit/7bc52bb7a21fb55e0662fa5a819ace8d440bf4a6))
* **validate:** updated the function/command validation logic to support Windows ([3458f0b](https://github.com/CHIMEFRB/workflow/commit/3458f0b9046208344ba6ec6433f09f094ebe2a05))
* **work.py:** changes in validation ([#21](https://github.com/CHIMEFRB/workflow/issues/21)) ([af96307](https://github.com/CHIMEFRB/workflow/commit/af9630703394d725465ac330f06740586ffa76a3))
* **workspace:** improved the workspace set/unset logic ([d8f6802](https://github.com/CHIMEFRB/workflow/commit/d8f6802066a4a194cfea17bbad8964b0f392f065))

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


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

0 comments on commit 272da62

Please sign in to comment.