Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#65)
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] authored Jun 25, 2024
1 parent 1154568 commit afd8851
Show file tree
Hide file tree
Showing 4 changed files with 19 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.1.0",
".": "1.2.0",
"packages": {
".": {
"extra-files": [
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.2.0](https://github.com/CHIMEFRB/workflow/compare/v1.1.0...v1.2.0) (2024-06-25)


### Features

* **cli/configs.py:** adding validation for deployments ([#67](https://github.com/CHIMEFRB/workflow/issues/67)) ([1154568](https://github.com/CHIMEFRB/workflow/commit/1154568351a3a2d13b8439ef4bfd82281147bd21))
* **cli:** improved the cli run command significantly ([894fd08](https://github.com/CHIMEFRB/workflow/commit/894fd080d4c4a13f2545aaaa20e1362c8f843eb9))


### Bug Fixes

* **cleanup:** tutorial ([53e7008](https://github.com/CHIMEFRB/workflow/commit/53e700835cf868cdc26999f9dc75357f6a5b92c7))
* **cli:** fixing ls and ps functions not receiving the right datatype for query and projection ([#64](https://github.com/CHIMEFRB/workflow/issues/64)) ([87767cb](https://github.com/CHIMEFRB/workflow/commit/87767cb674a3d72639d00e8b1b990c7cc5f48348))
* **imports:** fixed typings imports error ([98edf99](https://github.com/CHIMEFRB/workflow/commit/98edf99814a348a72add48ca54ee6ba0fb5e6dd9))
* **lifecycle:** fixed issue when running click cli wrapped functions were not reporting results,prods & plots properly ([769cb73](https://github.com/CHIMEFRB/workflow/commit/769cb735eebcead024136222a86b82ee3635491b))

## [1.1.0](https://github.com/CHIMEFRB/workflow/compare/v1.0.1...v1.1.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.1.0"
version = "1.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 @@ -14,4 +14,4 @@
# Active Workspace Path
DEFAULT_WORKSPACE_PATH: Path = CONFIG_PATH / "workspace.yml"
# Workflow Client Version
__version__ = "1.1.0" # {x-release-please-version}
__version__ = "1.2.0" # {x-release-please-version}

0 comments on commit afd8851

Please sign in to comment.