diff --git a/.release-please.manifest.json b/.release-please.manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please.manifest.json +++ b/.release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7451314..a6e0634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/copick/copick-utils/compare/copick-utils-v1.1.0...copick-utils-v1.2.0) (2026-01-31) + + +### ✨ Features + +* add parser uri to readers, add function to download portal project fo… ([#43](https://github.com/copick/copick-utils/issues/43)) ([7743ee5](https://github.com/copick/copick-utils/commit/7743ee5facb6dff037f8348852c6edcd105abe25)) + + +### 🐞 Bug Fixes + +* URI in copick readers ([#45](https://github.com/copick/copick-utils/issues/45)) ([926f01d](https://github.com/copick/copick-utils/commit/926f01dfccb537bca90fd30ee59ceacb83d7f947)) + ## [1.1.0](https://github.com/copick/copick-utils/compare/copick-utils-v1.0.2...copick-utils-v1.1.0) (2026-01-26) diff --git a/src/copick_utils/__init__.py b/src/copick_utils/__init__.py index 34f0e3f..f35047b 100644 --- a/src/copick_utils/__init__.py +++ b/src/copick_utils/__init__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2024-present Kyle Harrington # # SPDX-License-Identifier: MIT -__version__ = "1.1.0" +__version__ = "1.2.0"