From f03c17ea0f4dc71711797cadd27b7146a53ae027 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:43:10 -0500 Subject: [PATCH] Release v0.14.0 (#71) 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 b33ab65..090183e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [v0.14.0](https://github.com/bagherilab/arcade-collection/releases/tag/v0.14.0) - 2024-01-09 + +> Compare with [v0.13.0](https://github.com/bagherilab/arcade-collection/compare/v0.13.0...v0.14.0) + +### Features + +- Add get voxel contours task by [@jessicasyu](https://github.com/jessicasyu) in [#70](https://github.com/bagherilab/arcade-collection/pull/70) + +### Bug fixes + +- Fix x position calculation in simularium shapes task by [@jessicasyu](https://github.com/jessicasyu) in [#69](https://github.com/bagherilab/arcade-collection/pull/69) + # [v0.13.0](https://github.com/bagherilab/arcade-collection/releases/tag/v0.13.0) - 2023-11-30 > Compare with [v0.12.0](https://github.com/bagherilab/arcade-collection/compare/v0.12.0...v0.13.0) diff --git a/pyproject.toml b/pyproject.toml index af271bf..b398f62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade-collection" -version = "0.13.0" +version = "0.14.0" description = "Collection of tasks for working with ARCADE." authors = [ "Jessica S. Yu "