Skip to content

Commit

Permalink
Merge branch 'main' of github.com:snakemake/snakemake-interface-stora…
Browse files Browse the repository at this point in the history
…ge-plugins
  • Loading branch information
johanneskoester committed Sep 27, 2023
2 parents 523ad31 + 46dae9c commit 14996fa
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 0.1.0 (2023-09-26)


### Features

* add retry decorator ([30bcaf3](https://github.com/snakemake/snakemake-interface-storage-plugins/commit/30bcaf332f8c754ebae445305f82ec9fd131d7f8))
* cleaned up and simplified API ([243177e](https://github.com/snakemake/snakemake-interface-storage-plugins/commit/243177e1112f22559b3996eff0f604442276c040))
* support tagged settings ([1a64b4f](https://github.com/snakemake/snakemake-interface-storage-plugins/commit/1a64b4f556e3e949411204ed533d8af161ef977d))


### Bug Fixes

* bump min version of snakemake-interface-common ([c50c9c1](https://github.com/snakemake/snakemake-interface-storage-plugins/commit/c50c9c129cfb7bc7f6c4d813ff9f8b307757a6c6))

0 comments on commit 14996fa

Please sign in to comment.