From dabe976727091f59a070aa186eacfef39b7e95e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 15:39:54 -0400 Subject: [PATCH] Release v0.10.1 (#54) Co-authored-by: jessicasyu <15913767+jessicasyu@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fae736e..c775e7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [v0.10.1](https://github.com/allen-cell-animated/io-collection/releases/tag/v0.10.1) - 2024-05-07 + +> Compare with [v0.10.0](https://github.com/allen-cell-animated/io-collection/compare/v0.10.0...v0.10.1) + +### Admin + +- Migrate from aicsimageio to bioio by [@jessicasyu](https://github.com/jessicasyu) in [#52](https://github.com/allen-cell-animated/io-collection/pull/52) +- Fix release workflow by [@jessicasyu](https://github.com/jessicasyu) in [#53](https://github.com/allen-cell-animated/io-collection/pull/53) + # [v0.10.0](https://github.com/allen-cell-animated/io-collection/releases/tag/v0.10.0) - 2023-11-02 > Compare with [v0.9.0](https://github.com/allen-cell-animated/io-collection/compare/v0.9.0...v0.10.0) diff --git a/pyproject.toml b/pyproject.toml index b16e206..8f84365 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "io-collection" -version = "0.10.0" +version = "0.10.1" description = "Collection of tasks for I/O." authors = [ "Jessica S. Yu "