From 92aa846da60957747ed1d336faa925b61bf7a6f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 18:58:07 -0400 Subject: [PATCH] Release v0.8.0 (#43) Co-authored-by: jessicasyu <15913767+jessicasyu@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 841e393..a0157a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [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) + +### Features + +- Refactor calculate tasks by [@jessicasyu](https://github.com/jessicasyu) in [#42](https://github.com/allen-cell-animated/abm-shape-collection/pull/42) + # [v0.7.2](https://github.com/allen-cell-animated/abm-shape-collection/releases/tag/v0.7.2) - 2023-08-18 > Compare with [v0.7.1](https://github.com/allen-cell-animated/abm-shape-collection/compare/v0.7.1...v0.7.2) diff --git a/pyproject.toml b/pyproject.toml index 8b7c915..bbf0467 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "abm-shape-collection" -version = "0.7.2" +version = "0.8.0" description = "Collection of tasks for analyzing cell shapes." authors = [ "Jessica S. Yu "