From dddf8fc8960da8938484f98a4ea94f74a4fd5b18 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 13 Jan 2022 14:05:12 +0000 Subject: [PATCH] 0.1.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c9af84..f3c18a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.1.2 (2022-01-13) +### Fix +* **README.md:** Update usage instructions ([`7e2d60e`](https://github.com/IMS-Bio2Core-Facility/single_snake_sequencing/commit/7e2d60eb8e802cfe9dd69648b05f3ee2822089b0)) + +### Documentation +* **config/README.md:** Correct spelling error ([`ff8e524`](https://github.com/IMS-Bio2Core-Facility/single_snake_sequencing/commit/ff8e524840208c9d97288eaca2995f07e8cc4b15)) + ## v0.1.1 (2021-11-02) ### Fix * **config:** Correct sample name ([`d22da64`](https://github.com/IMS-Bio2Core-Facility/single_snake_sequencing/commit/d22da64075de0a7635003d1c56e6f0af93dd34ad)) diff --git a/pyproject.toml b/pyproject.toml index 4541cbc..caab5f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.version] -version = "0.1.1" +version = "0.1.2" [tool.semantic_release] branch = "main"