diff --git a/.release-please.manifest.json b/.release-please.manifest.json index a915e8c..2be9c43 100644 --- a/.release-please.manifest.json +++ b/.release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d70ae6..bb55754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.0](https://github.com/copick/copick-shared-ui/compare/copick-shared-ui-v0.1.1...copick-shared-ui-v0.2.0) (2025-07-07) + + +### ✨ Features + +* Delete old cached files. ([#8](https://github.com/copick/copick-shared-ui/issues/8)) ([f7fa3bc](https://github.com/copick/copick-shared-ui/commit/f7fa3bc18e295b42e7ba1ee6860485d7067da1a9)) +* Improve performance by consolidating on superqt thread_worker ([#6](https://github.com/copick/copick-shared-ui/issues/6)) ([b919d33](https://github.com/copick/copick-shared-ui/commit/b919d3340d6164133b07a4212e91618cb64e9487)) + ## [0.1.1](https://github.com/copick/copick-shared-ui/compare/copick-shared-ui-v0.1.0...copick-shared-ui-v0.1.1) (2025-07-06) diff --git a/src/copick_shared_ui/__init__.py b/src/copick_shared_ui/__init__.py index a39c504..d1e90e7 100644 --- a/src/copick_shared_ui/__init__.py +++ b/src/copick_shared_ui/__init__.py @@ -1,6 +1,6 @@ """Copick shared UI components for cross-platform visualization.""" -__version__ = "0.1.1" +__version__ = "0.2.0" # Core components from copick_shared_ui.core import (