From 6b5d45a0f6e8dd48ea2eb0f175aef7a2c7e5bb9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:30:57 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 511fa55..b7aa091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 0.1.0 (2024-03-15) + + +### Bug Fixes + +* adapt to changes in Snakemake 8 ([fa898eb](https://github.com/CERIT-SC/snakemake-executor-plugin-auth-tes/commit/fa898ebaac25a1782c369d15366205d4b8399a42)) +* adapt to changes in snakemake-interface-executor-plugins ([aaa9445](https://github.com/CERIT-SC/snakemake-executor-plugin-auth-tes/commit/aaa944541b2634fb5454a775f5f0c5ed51f29bc2)) +* adapt to interface changes ([575c1a3](https://github.com/CERIT-SC/snakemake-executor-plugin-auth-tes/commit/575c1a3dd291575c78f7e9cc3a1b9a42050cd077)) +* adapt to interface changes ([a5207c3](https://github.com/CERIT-SC/snakemake-executor-plugin-auth-tes/commit/a5207c33580b9b278aef9ec0b77f835ace139c55)) +* container image access ([60ccb04](https://github.com/CERIT-SC/snakemake-executor-plugin-auth-tes/commit/60ccb04a84b40159c329502f5e21fa18d057011c)) +* update deps ([9d24936](https://github.com/CERIT-SC/snakemake-executor-plugin-auth-tes/commit/9d2493603808262bbd1bac4be5b18cf882f9140d)) +* update deps ([ca9fbd3](https://github.com/CERIT-SC/snakemake-executor-plugin-auth-tes/commit/ca9fbd3e4d3f01f12e21df95931bf22564639b1b)) + + +### Documentation + +* update metadata ([d8657b3](https://github.com/CERIT-SC/snakemake-executor-plugin-auth-tes/commit/d8657b302c6ec97e529e05c3823e4076ddac94f9)) + ## [0.1.2](https://github.com/snakemake/snakemake-executor-plugin-tes/compare/v0.1.1...v0.1.2) (2023-12-08) diff --git a/pyproject.toml b/pyproject.toml index 56bcadf..61a3613 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-auth-tes" -version = "1.0.0" +version = "0.1.0" description = "A Snakemake executor plugin for submitting jobs via GA4GH TES." authors = [ "Sven Twardziok ",