From a646b10d808647e7ba9ef7bb3887730e6ea6e37d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 19:09:19 +0000 Subject: [PATCH] chore(main): release copick-utils 1.0.2 --- .release-please.manifest.json | 2 +- CHANGELOG.md | 7 +++++++ src/copick_utils/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please.manifest.json b/.release-please.manifest.json index 8d7e5f1..b870c5e 100644 --- a/.release-please.manifest.json +++ b/.release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b9fcc73..a88fe7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/copick/copick-utils/compare/copick-utils-v1.0.1...copick-utils-v1.0.2) (2026-01-06) + + +### 🐞 Bug Fixes + +* bump chanzuckerberg/github-actions from 6.11.1 to 6.12.2 ([#38](https://github.com/copick/copick-utils/issues/38)) ([42dcdaa](https://github.com/copick/copick-utils/commit/42dcdaa997ba927d0bff0c123e87920553736c8d)) + ## [1.0.1](https://github.com/copick/copick-utils/compare/copick-utils-v1.0.0...copick-utils-v1.0.1) (2025-12-03) diff --git a/src/copick_utils/__init__.py b/src/copick_utils/__init__.py index e66e5cf..7a71545 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.0.1" +__version__ = "1.0.2"