Skip to content

Commit

Permalink
chore: release 0.8.6 (#54)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
###
[0.8.6](https://www.github.com/snakemake/snakedeploy/compare/v0.8.5...v0.8.6)
(2023-02-06)


### Bug Fixes

* remove accidental debugger invocation
([0e8df29](https://www.github.com/snakemake/snakedeploy/commit/0e8df298f0aa049fdee5d8d403086c57a72bb482))
---


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 Feb 6, 2023
1 parent 0e8df29 commit b80f9d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.8.6](https://www.github.com/snakemake/snakedeploy/compare/v0.8.5...v0.8.6) (2023-02-06)


### Bug Fixes

* remove accidental debugger invocation ([0e8df29](https://www.github.com/snakemake/snakedeploy/commit/0e8df298f0aa049fdee5d8d403086c57a72bb482))

### [0.8.5](https://www.github.com/snakemake/snakedeploy/compare/v0.8.4...v0.8.5) (2023-02-03)


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.5"
__version__ = "0.8.6"
AUTHOR = "Vanessa Sochat"
AUTHOR_EMAIL = "[email protected]"
NAME = "snakedeploy"
Expand Down

0 comments on commit b80f9d8

Please sign in to comment.