Skip to content

Commit

Permalink
chore(main): release 1.9.10 (#109)
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 Aug 27, 2024
1 parent 2fc7a28 commit b257ab1
Show file tree
Hide file tree
Showing 3 changed files with 12 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.9.9",
".": "1.9.10",
"packages": {
".": {
"extra-files": [
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.9.10](https://github.com/CHIMEFRB/workflow/compare/v1.9.9...v1.9.10) (2024-08-26)


### Bug Fixes

* **attempt.py:** removing duplicated call to update() function ([#112](https://github.com/CHIMEFRB/workflow/issues/112)) ([3466f90](https://github.com/CHIMEFRB/workflow/commit/3466f9070ee8964c1e51cd156726a27d7f23eec5))
* **configure.py:** remove assigning of "None" to parameters not given in Work, causing TypeError ([2fc7a28](https://github.com/CHIMEFRB/workflow/commit/2fc7a2803ba6185a359debdacef1103d126c2854))
* **configure.py:** Remove is_flag check ([65041e1](https://github.com/CHIMEFRB/workflow/commit/65041e16f19517bad3bb08b2d7d83a315f23ab09))
* **test_lifecycle.py:** fixing tests ([#114](https://github.com/CHIMEFRB/workflow/issues/114)) ([7863735](https://github.com/CHIMEFRB/workflow/commit/78637351acc88cc248c62c63782183f8a965a2e6))

## [1.9.9](https://github.com/CHIMEFRB/workflow/compare/v1.9.8...v1.9.9) (2024-08-06)


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

0 comments on commit b257ab1

Please sign in to comment.