From cca554a8b2d03aeb01c833f3bc2068adedb9fc36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 10:29:44 +0000 Subject: [PATCH] chore(main): release 0.16.1 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c810555..af4d596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.16.1](https://github.com/snakemake/snakedeploy/compare/v0.16.0...v0.16.1) (2026-06-01) + + +### Bug Fixes + +* add files to PR and switch reretry with tenacity ([#119](https://github.com/snakemake/snakedeploy/issues/119)) ([87a7e59](https://github.com/snakemake/snakedeploy/commit/87a7e5994faab75971ede3dc748c0896c9b0c2c2)) +* only check for downgraded packages among the constrained dependencies, do not perform update in that case if warn on error is active ([#121](https://github.com/snakemake/snakedeploy/issues/121)) ([4ace455](https://github.com/snakemake/snakedeploy/commit/4ace455ba911dd13d387b355bfd1784ad7b5015b)) + ## [0.16.0](https://github.com/snakemake/snakedeploy/compare/v0.15.0...v0.16.0) (2026-02-13) diff --git a/pyproject.toml b/pyproject.toml index b15d4ff..94081f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snakedeploy" -version = "0.16.0" +version = "0.16.1" description = "Deployment and maintenance related toolbox for Snakemake" license = "MPL-2.0" authors = [