Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 4, 2024
1 parent 214f697 commit 4e222e5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### 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))
* **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 <charanjotbrar@gmail.com>"]
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 4e222e5

Please sign in to comment.