diff --git a/.release-please.manifest.json b/.release-please.manifest.json index 466df71..a915e8c 100644 --- a/.release-please.manifest.json +++ b/.release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e690f8a..4d70ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### 🐞 Bug Fixes + +* remove excessive debug messages. ([#4](https://github.com/copick/copick-shared-ui/issues/4)) ([2231fa7](https://github.com/copick/copick-shared-ui/commit/2231fa7631d0a4572a450fcc0e52f13b7defcc15)) + ## [0.1.0](https://github.com/copick/copick-shared-ui/compare/copick-shared-ui-v0.0.1...copick-shared-ui-v0.1.0) (2025-07-06) diff --git a/src/copick_shared_ui/__init__.py b/src/copick_shared_ui/__init__.py index 1b32bcd..9e61c8c 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.0" +__version__ = "0.1.1" # Core components from .core import (