Skip to content

Commit ff9153e

Browse files
Merge branch 'main' of github.com:snakemake/snakemake-interface-software-deployment-plugins
2 parents c7b9971 + f93fc42 commit ff9153e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.11.0](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.10.2...v0.11.0) (2026-02-23)
4+
5+
6+
### Features
7+
8+
* make EnvBase generic; enable EnvSpecBase recursive attribute modification ([1425a51](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/commit/1425a516a5c7152bdb6e291d602247ab8e0b4412))
9+
310
## [0.10.2](https://github.com/snakemake/snakemake-interface-software-deployment-plugins/compare/v0.10.1...v0.10.2) (2026-02-18)
411

512

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.10.2"
9+
version = "0.11.0"
1010
requires-python = ">=3.11,<4.0"
1111
dependencies = [
1212
"argparse-dataclass >=2.0.0,<3.0",

0 commit comments

Comments
 (0)