diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2926a58..4741839 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.9.11", + ".": "1.10.0", "packages": { ".": { "extra-files": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f169dd..ebe40ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.0](https://github.com/CHIMEFRB/workflow/compare/v1.9.11...v1.10.0) (2024-09-11) + + +### Features + +* **buckets.py:** added limit option to remove command ([#121](https://github.com/CHIMEFRB/workflow/issues/121)) ([01a5fc8](https://github.com/CHIMEFRB/workflow/commit/01a5fc8a4d68019fdeccf2aee4e85f735b8dc962)) + ## [1.9.11](https://github.com/CHIMEFRB/workflow/compare/v1.9.10...v1.9.11) (2024-09-06) diff --git a/pyproject.toml b/pyproject.toml index 367a410..261d153 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow.core" -version = "1.9.11" +version = "1.10.0" description = "Workflow Core" authors = ["Shiny Brar "] license = "MIT"