Skip to content

Commit

Permalink
chore: release 0.10.0 (#61)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
##
[0.10.0](https://www.github.com/snakemake/snakedeploy/compare/v0.9.1...v0.10.0)
(2024-04-24)


### Features

* add method to obtain schemas from workflow repo
([#60](https://www.github.com/snakemake/snakedeploy/issues/60))
([2834e39](https://www.github.com/snakemake/snakedeploy/commit/2834e3911e970ddd56c88d1614fe525acb448191))


### Bug Fixes

* type annotations
([81948e0](https://www.github.com/snakemake/snakedeploy/commit/81948e015f9bbec22788c38b2bfa179624fa0ad8))
---


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 Apr 24, 2024
1 parent 1555020 commit d33541a
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.10.0](https://www.github.com/snakemake/snakedeploy/compare/v0.9.1...v0.10.0) (2024-04-24)


### Features

* add method to obtain schemas from workflow repo ([#60](https://www.github.com/snakemake/snakedeploy/issues/60)) ([2834e39](https://www.github.com/snakemake/snakedeploy/commit/2834e3911e970ddd56c88d1614fe525acb448191))


### Bug Fixes

* type annotations ([81948e0](https://www.github.com/snakemake/snakedeploy/commit/81948e015f9bbec22788c38b2bfa179624fa0ad8))

### [0.9.1](https://www.github.com/snakemake/snakedeploy/compare/v0.9.0...v0.9.1) (2023-10-30)


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

0 comments on commit d33541a

Please sign in to comment.