From af47bf183b7bc27529d894124219fd5bf0325abd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 14:44:38 +0000 Subject: [PATCH] chore(main): release 1.12.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e92ba5..038b45e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.12.1", + ".": "1.12.2", "packages": { ".": { "extra-files": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index eca1ead..6cb1827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.2](https://github.com/CHIMEFRB/workflow/compare/v1.12.1...v1.12.2) (2026-09-03) + + +### Bug Fixes + +* **build:** pypi release does not allow direct dependancy ([5536a1b](https://github.com/CHIMEFRB/workflow/commit/5536a1bee46106c71582e5da1fc8a53ce3ca876d)) + ## [1.12.1](https://github.com/CHIMEFRB/workflow/compare/v1.12.0...v1.12.1) (2026-09-02) diff --git a/pyproject.toml b/pyproject.toml index d9a89fa..2bace7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow.core" -version = "1.12.1" +version = "1.12.2" description = "Workflow Core" authors = ["Shiny Brar "] license = "MIT"