Skip to content

Commit

Permalink
chore(main): release 0.1.2 (#3)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.1.2](v0.1.1...v0.1.2)
(2023-11-20)


### Bug Fixes

* create directory if not yet existing
([e8d959f](e8d959f))
* fix inventory
([25e56ba](25e56ba))

---
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 Nov 20, 2023
1 parent 82eb9a5 commit 77b9ad5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.2](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v0.1.1...v0.1.2) (2023-11-20)


### Bug Fixes

* create directory if not yet existing ([e8d959f](https://github.com/snakemake/snakemake-storage-plugin-fs/commit/e8d959faeea27face12dcb785679cfc7fa45595d))
* fix inventory ([25e56ba](https://github.com/snakemake/snakemake-storage-plugin-fs/commit/25e56ba4b4b5edf44c7838915b3b6ea6f2c95bb8))

## [0.1.1](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v0.1.0...v0.1.1) (2023-11-17)


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-storage-plugin-fs"
version = "0.1.1"
version = "0.1.2"
description = " A Snakemake storage plugin that reads and writes from a locally mounted filesystem using rsync"
authors = ["Johannes Koester <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 77b9ad5

Please sign in to comment.