From f7a9b71b870e0c262ce769956686423dfd74797d Mon Sep 17 00:00:00 2001 From: Dominik Lindner Date: Tue, 4 Feb 2025 13:41:40 +0000 Subject: [PATCH] Update changelog for 0.8.2 release --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 54196113..f5b0bbf2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,15 @@ CHANGES ======= +0.8.2 +----- + +* Fix help text for impo/export commands [#69](https://github.com/ome/omero-cli-render/pull/69) +* Update actions and Update PyPI publish workflow to use build instead of sdist [#68](https://github.com/ome/omero-cli-render/pull/68) +* Update help with respect to disabled channels [#67](https://github.com/ome/omero-cli-render/pull/67) +* Add export and impo(rt) commands [#62](https://github.com/ome/omero-cli-render/pull/62) +* Fix issue with applying rendering settings of an image to a plate [#59](https://github.com/ome/omero-cli-render/pull/59) + 0.8.1 -----