Skip to content

Commit 87cc03a

Browse files
committed
chore(main): release 0.3.0
1 parent 1d7d6e6 commit 87cc03a

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/compare/v0.2.1...v0.3.0) (2026-06-09)
4+
5+
6+
### Features
7+
8+
* per-rule queues, per-job tags, EC2/Fargate-aware validation ([#40](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/issues/40)) ([1d7d6e6](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/commit/1d7d6e6f60c0329c748e07a8aa8cd0da254b8868))
9+
10+
11+
### Bug Fixes
12+
13+
* Convert `log_info` dict to string for logging ([#35](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/issues/35)) ([1933da1](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/commit/1933da1639fa60f9ccd3882280b352ef6211e590))
14+
* don't apply a 300s default task timeout to every job ([#41](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/issues/41)) ([96f8161](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/commit/96f816122dc6e424e80564cb19169e84794d8694))
15+
16+
17+
### Documentation
18+
19+
* doc link in README.md ([#27](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/issues/27)) ([2525ca0](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/commit/2525ca0ce5266fecc1fecd9f1750b2f8f397e560))
20+
321
## [0.2.1](https://github.com/snakemake/snakemake-executor-plugin-aws-batch/compare/v0.2.0...v0.2.1) (2025-03-14)
422

523

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-executor-plugin-aws-batch"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "Snakemake executor plugin for AWS Batch"
55
license = "MIT"
66
authors = ["jakevc <jake.vancampen7@gmail.com>", "W. Lee Pang <wleepang>"]

0 commit comments

Comments
 (0)