From 5bdff6be3860899818b4f7b8746b5cc4796205c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:49:32 +0100 Subject: [PATCH] chore: release 0.9.0 (#57) :robot: I have created a release \*beep\* \*boop\* --- ## [0.9.0](https://www.github.com/snakemake/snakedeploy/compare/v0.8.6...v0.9.0) (2023-10-30) ### Features * add PR creation to pin-conda-envs ([58ce050](https://www.github.com/snakemake/snakedeploy/commit/58ce05026cc33941203d1449babf58f92df18738)) ### Bug Fixes * convert filepath to str ([4ba5cbc](https://www.github.com/snakemake/snakedeploy/commit/4ba5cbc52d4cf0a6d4273d95e223e7b78bbfd581)) --- 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 | 12 ++++++++++++ snakedeploy/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 237289d..b9bd6ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.9.0](https://www.github.com/snakemake/snakedeploy/compare/v0.8.6...v0.9.0) (2023-10-30) + + +### Features + +* add PR creation to pin-conda-envs ([58ce050](https://www.github.com/snakemake/snakedeploy/commit/58ce05026cc33941203d1449babf58f92df18738)) + + +### Bug Fixes + +* convert filepath to str ([4ba5cbc](https://www.github.com/snakemake/snakedeploy/commit/4ba5cbc52d4cf0a6d4273d95e223e7b78bbfd581)) + ### [0.8.6](https://www.github.com/snakemake/snakedeploy/compare/v0.8.5...v0.8.6) (2023-02-06) diff --git a/snakedeploy/version.py b/snakedeploy/version.py index 1303c76..c2cd12b 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.8.6" +__version__ = "0.9.0" AUTHOR = "Vanessa Sochat" AUTHOR_EMAIL = "vsochat@stanford.edu" NAME = "snakedeploy"