Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 11, 2023
1 parent 735cc35 commit 4c1b4cd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.0](https://github.com/snakemake/snakemake-interface-storage-plugins/compare/v1.0.2...v1.1.0) (2023-10-11)


### Features

* extend test cases ([6b49597](https://github.com/snakemake/snakemake-interface-storage-plugins/commit/6b49597d5d96133756df28994078257bb7afb0c6))
* require example query to be provided ([f48b3f0](https://github.com/snakemake/snakemake-interface-storage-plugins/commit/f48b3f07e1ea9fbb5fcb49890f6167d7c75a8b07))


### Bug Fixes

* adapt to changes in snakemake-interface-common ([a7da931](https://github.com/snakemake/snakemake-interface-storage-plugins/commit/a7da9319d54284df4b9cd5e9fabd8b52098a50e3))
* update deps ([856ba18](https://github.com/snakemake/snakemake-interface-storage-plugins/commit/856ba180c6c1fa9d8b754cc4f1dbc022e01aa907))

## [1.0.2](https://github.com/snakemake/snakemake-interface-storage-plugins/compare/v1.0.1...v1.0.2) (2023-09-28)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snakemake-interface-storage-plugins"
version = "1.0.2"
version = "1.1.0"
description = "This package provides a stable interface for interactions between Snakemake and its storage plugins."
authors = ["Johannes Koester <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 4c1b4cd

Please sign in to comment.