Skip to content

Commit f312bd9

Browse files
authored
Merge branch 'main' into 3331-strict-dag-building-mode-to-help-with-debugging
2 parents d1b19b5 + 8fd44d9 commit f312bd9

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22

33

4+
## [8.30.0](https://github.com/snakemake/snakemake/compare/v8.29.3...v8.30.0) (2025-03-11)
5+
6+
7+
### Features
8+
9+
* Add extra input size properties ([#2424](https://github.com/snakemake/snakemake/issues/2424)) ([359ae2e](https://github.com/snakemake/snakemake/commit/359ae2e17f31f33ba8059d75239c0e064bbd7520))
10+
* shell function calls inside of the 'run' directive now use conda, container, or envmodules specifications ([#2289](https://github.com/snakemake/snakemake/issues/2289)) ([0193e34](https://github.com/snakemake/snakemake/commit/0193e34f299b4d2aaf2d9330d4d8011a151649a4))
11+
* xonsh support for script directive ([#3310](https://github.com/snakemake/snakemake/issues/3310)) ([d1c369b](https://github.com/snakemake/snakemake/commit/d1c369bcac77f9818373ca9a7e8940bf5a649c49))
12+
13+
14+
### Bug Fixes
15+
16+
* include unit test templates in `setup.py` ([#3362](https://github.com/snakemake/snakemake/issues/3362)) ([b47252c](https://github.com/snakemake/snakemake/commit/b47252c90be2d49e0a04bba4d54fdc456e28ca0a))
17+
18+
19+
### Documentation
20+
21+
* clearly explain report rendering to ZIP archive ([#3357](https://github.com/snakemake/snakemake/issues/3357)) ([948e8fb](https://github.com/snakemake/snakemake/commit/948e8fb14a11ee49619e66278f17c66855fbff01))
22+
423
## [8.29.3](https://github.com/snakemake/snakemake/compare/v8.29.2...v8.29.3) (2025-03-09)
524

625

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"report/html_reporter/template/**/*",
3131
"report/html_reporter/template/*",
3232
"common/tests/testcases/**/*",
33+
"unit_tests/templates/*",
3334
]
3435
},
3536
)

0 commit comments

Comments
 (0)