Skip to content

Commit

Permalink
chore: release 0.9.0 (#57)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Oct 30, 2023
1 parent 58ce050 commit 5bdff6b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion snakedeploy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
NAME = "snakedeploy"
Expand Down

0 comments on commit 5bdff6b

Please sign in to comment.