From d45a36549e9c9aa1e16f5c428ae0d8580d8ba2a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 01:05:35 +0100 Subject: [PATCH] chore(main): release 0.1.0 (#7) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..65afc7c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## 0.1.0 (2024-03-23) + + +### Bug Fixes + +* job status method ([#6](https://github.com/jannisspeer/snakemake-executor-plugin-htcondor/issues/6)) ([0ee1b47](https://github.com/jannisspeer/snakemake-executor-plugin-htcondor/commit/0ee1b474879e032bc9a53b120aafbf08bdb605af)) +* Removing single quotes from job argument ([#5](https://github.com/jannisspeer/snakemake-executor-plugin-htcondor/issues/5)) ([f721f0d](https://github.com/jannisspeer/snakemake-executor-plugin-htcondor/commit/f721f0d20ca5d821ade21be8649e8b2a7d5bf3e8)) +* solved several bugs to obtain first running version ([#3](https://github.com/jannisspeer/snakemake-executor-plugin-htcondor/issues/3)) ([5cdfdd2](https://github.com/jannisspeer/snakemake-executor-plugin-htcondor/commit/5cdfdd2937206d46d2f615ac5a3c4ae20d440907))