From 48576631814f705f2eaf832330d19a52b216f5ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:28:12 +0000 Subject: [PATCH] chore(main): release copick-utils 1.8.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 7840fde..24d5689 100644 --- a/.release-please.manifest.json +++ b/.release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.1" + ".": "1.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b44aea1..81b5e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.2](https://github.com/copick/copick-utils/compare/copick-utils-v1.8.1...copick-utils-v1.8.2) (2026-08-18) + + +### 🐞 Bug Fixes + +* bump chanzuckerberg/github-actions from 6.32.0 to 6.38.0 ([#91](https://github.com/copick/copick-utils/issues/91)) ([20d8189](https://github.com/copick/copick-utils/commit/20d818929a29bc6dfb062fbb6095b283baa1f5d1)) + ## [1.8.1](https://github.com/copick/copick-utils/compare/copick-utils-v1.8.0...copick-utils-v1.8.1) (2026-08-05) diff --git a/src/copick_utils/__init__.py b/src/copick_utils/__init__.py index a6623c1..7157507 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.8.1" +__version__ = "1.8.2"