From 0cbc2aee6edcec94683216d82a2a7018df727823 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:22:22 -0500 Subject: [PATCH] Release v0.9.0 (#46) Co-authored-by: jessicasyu <15913767+jessicasyu@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0157a7..7df3c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [v0.9.0](https://github.com/allen-cell-animated/abm-shape-collection/releases/tag/v0.9.0) - 2024-02-23 + +> Compare with [v0.8.0](https://github.com/allen-cell-animated/abm-shape-collection/compare/v0.8.0...v0.9.0) + +### Features + +- Add extract voxel contours task by [@jessicasyu](https://github.com/jessicasyu) in [#45](https://github.com/allen-cell-animated/abm-shape-collection/pull/45) + +### Bug fixes + +- Add check for shape mode bins without offsets by [@jessicasyu](https://github.com/jessicasyu) in [#44](https://github.com/allen-cell-animated/abm-shape-collection/pull/44) + # [v0.8.0](https://github.com/allen-cell-animated/abm-shape-collection/releases/tag/v0.8.0) - 2023-08-30 > Compare with [v0.7.2](https://github.com/allen-cell-animated/abm-shape-collection/compare/v0.7.2...v0.8.0) diff --git a/pyproject.toml b/pyproject.toml index bbf0467..c1e77f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "abm-shape-collection" -version = "0.8.0" +version = "0.9.0" description = "Collection of tasks for analyzing cell shapes." authors = [ "Jessica S. Yu "