Skip to content

Commit 28371c4

Browse files
chore(main): release 0.12.0 (#41)
🤖 I have created a release *beep* *boop* --- ## [0.12.0](v0.11.0...v0.12.0) (2026-02-26) ### Features * make env spec generic ([c7b9971](c7b9971)) ### Bug Fixes * make generic args more flexible ([af21397](af21397)) * relax typing ([0f10324](0f10324)) * simplify mountpoint information into self.mountpoints, complemented by self.tempdir holding the temporary directory to use ([7112ee6](7112ee6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2a540ed commit 28371c4

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.12.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.11.0...v0.12.0) (2026-02-26)
4+
5+
6+
### Features
7+
8+
* make env spec generic ([c7b9971](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/c7b9971d779909081e50b45ff5f858e67435bd08))
9+
10+
11+
### Bug Fixes
12+
13+
* make generic args more flexible ([af21397](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/af21397717e9400c5a335f3fde5950b9f522626c))
14+
* relax typing ([0f10324](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/0f10324da494b2fe4b46616aa283abd7f96dcc09))
15+
* simplify mountpoint information into self.mountpoints, complemented by self.tempdir holding the temporary directory to use ([7112ee6](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/7112ee6bb5eed944dab7da90a30255431b0042bd))
16+
317
## [0.11.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.10.2...v0.11.0) (2026-02-23)
418

519

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "This package provides a stable interface for interactions between
66
license = "MIT"
77
name = "snakemake-interface-software-deployment-plugins"
88
readme = "README.md"
9-
version = "0.11.0"
9+
version = "0.12.0"
1010
requires-python = ">=3.11,<4.0"
1111
dependencies = [
1212
"argparse-dataclass >=2.0.0,<3.0",

0 commit comments

Comments
 (0)