From dc6fde1f9dbff7ea6a88bc4f84e2b093c73e00b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 10:01:59 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d7aa2cd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## 0.1.0 (2024-03-12) + + +### Features + +* executor settings ([bdc9f42](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/commit/bdc9f42829077cf5edb8f5c2d928dd2ca6b83ede)) +* post init, cancel ([42ce878](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/commit/42ce878086dd1989dfa62362b948e22849c9ddf2)) +* test structure ([5e86f91](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/commit/5e86f91edb9e281832d2e65e8fcb39582fd9e3d8)) + + +### Bug Fixes + +* job_deploy_sources ([7934779](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/commit/7934779732f4eab17790f28fffb5c6604e73b230)) + + +### Documentation + +* author ([f6cbd2f](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/commit/f6cbd2f97c675305d51978774bd900ffbaa98cfc)) +* update readme ([6191267](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/commit/6191267004748f2247720e4ec14fda43a074c6c6)) +* update readme ([15f72fb](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/commit/15f72fb0fb2a8ad9bb6592b7e36ef78209f1c1b6))