From 9ffa91d27bf3b65e729b326ace74e689ce3b99f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 22:47:54 +0200 Subject: [PATCH] chore: release 0.10.1 (#66) :robot: I have created a release \*beep\* \*boop\* --- ### [0.10.1](https://www.github.com/snakemake/snakedeploy/compare/v0.10.0...v0.10.1) (2024-10-09) ### Bug Fixes * only consider specified packages when stopping because of downgrading ([#65](https://www.github.com/snakemake/snakedeploy/issues/65)) ([2aa3f82](https://www.github.com/snakemake/snakedeploy/commit/2aa3f82bb44b91dd6288f88226ffdac28d4fcf78)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ snakedeploy/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 146e17a..09a75a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.10.1](https://www.github.com/snakemake/snakedeploy/compare/v0.10.0...v0.10.1) (2024-10-09) + + +### Bug Fixes + +* only consider specified packages when stopping because of downgrading ([#65](https://www.github.com/snakemake/snakedeploy/issues/65)) ([2aa3f82](https://www.github.com/snakemake/snakedeploy/commit/2aa3f82bb44b91dd6288f88226ffdac28d4fcf78)) + ## [0.10.0](https://www.github.com/snakemake/snakedeploy/compare/v0.9.1...v0.10.0) (2024-04-24) diff --git a/snakedeploy/version.py b/snakedeploy/version.py index a689e43..d874f09 100644 --- a/snakedeploy/version.py +++ b/snakedeploy/version.py @@ -2,7 +2,7 @@ __copyright__ = "Copyright 2020-2021, Vanessa Sochat" __license__ = "MPL 2.0" -__version__ = "0.10.0" +__version__ = "0.10.1" AUTHOR = "Vanessa Sochat" AUTHOR_EMAIL = "vsochat@stanford.edu" NAME = "snakedeploy"