Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#7)
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 Sep 27, 2023
1 parent a5260e6 commit b635176
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

## [1.0.1](https://github.com/snakemake/snakemake-interface-storage-plugins/compare/v1.0.0...v1.0.1) (2023-09-27)


### Bug Fixes

* improved API ([1a5d518](https://github.com/snakemake/snakemake-interface-storage-plugins/commit/1a5d5184a73e4c587d5ed685938b5839878300f6))

## [1.0.0](https://github.com/snakemake/snakemake-interface-storage-plugins/compare/v0.1.0...v1.0.0) (2023-09-27)


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.0"
version = "1.0.1"
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 b635176

Please sign in to comment.