Skip to content

Commit 6972045

Browse files
chore(main): release 5.0.0 (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 53caba5 commit 6972045

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [5.0.0](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v4.0.1...v5.0.0) (2023-09-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* maintain Python 3.7 compatibility by moving settings base classes to the settings module
9+
10+
### Bug Fixes
11+
12+
* maintain Python 3.7 compatibility by moving settings base classes to the settings module ([71c976e](https://github.com/snakemake/snakemake-interface-executor-plugins/commit/71c976ea2a51afa418683effd3db9d80dca15150))
13+
* use bugfix release of snakemake-interface-common ([2441fc3](https://github.com/snakemake/snakemake-interface-executor-plugins/commit/2441fc36fc0cfc404aafeb0d8b86e7f107c7ebb6))
14+
315
## [4.0.1](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v4.0.0...v4.0.1) (2023-09-20)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
name = "snakemake-interface-executor-plugins"
66
packages = [{include = "snakemake_interface_executor_plugins"}]
77
readme = "README.md"
8-
version = "4.0.1"
8+
version = "5.0.0"
99

1010
[tool.poetry.dependencies]
1111
argparse-dataclass = "^2.0.0"

0 commit comments

Comments
 (0)