Skip to content

Commit d15ef0c

Browse files
chore(main): release copick-shared-ui 0.2.0
1 parent b919d33 commit d15ef0c

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### ✨ Features
7+
8+
* 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))
9+
310
## [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)
411

512

src/copick_shared_ui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Copick shared UI components for cross-platform visualization."""
22

3-
__version__ = "0.1.1"
3+
__version__ = "0.2.0"
44

55
# Core components
66
from copick_shared_ui.core import (

0 commit comments

Comments
 (0)