Skip to content

Commit

Permalink
chore(main): release 1.8.0 (#86)
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 Jul 16, 2024
1 parent 18d03bb commit fafd3d5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 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.7.0",
".": "1.8.0",
"packages": {
".": {
"extra-files": [
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.8.0](https://github.com/CHIMEFRB/workflow/compare/v1.7.0...v1.8.0) (2024-07-16)


### Features

* **validation-strategy:** added strict and relaxed validation modes ([3302b4c](https://github.com/CHIMEFRB/workflow/commit/3302b4caa4e28ce057d1678169884906d7b69e95))


### Bug Fixes

* **execute.py:** fixing command execution ([#84](https://github.com/CHIMEFRB/workflow/issues/84)) ([f226528](https://github.com/CHIMEFRB/workflow/commit/f2265289238ae50e507a0e7c0e0c4742654bd738))

## [1.7.0](https://github.com/CHIMEFRB/workflow/compare/v1.6.0...v1.7.0) (2024-07-16)


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.core"
version = "1.7.0"
version = "1.8.0"
description = "Workflow Core"
authors = ["Shiny Brar <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fafd3d5

Please sign in to comment.