Releases: common-workflow-language/cwl-upgrader
Releases · common-workflow-language/cwl-upgrader
v1.2.14
What's Changed
- support Python 3.14; drop 3.9 by @mr-c in #194 #195
- setuptools is not needed at runtime by @a-detiste in #201
Tests
Deps
- Bump mypy from 1.14.0 to 1.14.1 by @dependabot[bot] in #182
- Bump mypy from 1.14.1 to 1.15.0 by @dependabot[bot] in #183
- Bump mypy from 1.15.0 to 1.17.1 by @dependabot[bot] in #187
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #188
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #189
- Bump mypy from 1.17.1 to 1.18.1 by @dependabot[bot] in #191
- Bump mypy from 1.18.1 to 1.18.2 by @dependabot[bot] in #192
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #193
- Update pytest requirement from <9 to <10 by @dependabot[bot] in #196
- Bump mypy from 1.18.2 to 1.19.0 by @dependabot[bot] in #198
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #197
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #199
- Bump mypy from 1.19.0 to 1.19.1 by @dependabot[bot] in #200
New Contributors
- @a-detiste made their first contribution in #201
Full Changelog: v1.2.12...v1.2.14
v1.2.12
What's Changed
- Drop Python 3.8 support, explicitly support Python 3.13 by @mr-c in #181
- new file pattern for release dists and wheels by @mr-c in #171
Deps
- Bump mypy from 1.7.1 to 1.8.0 by @dependabot in #165
- Bump actions/cache from 3 to 4 by @dependabot in #166
- Bump mypy from 1.8.0 to 1.9.0 by @dependabot in #168
- Update pytest requirement from <8 to <9 by @dependabot in #167
- Bump mypy from 1.9.0 to 1.10.0 by @dependabot in #169
- Bump mypy from 1.10.0 to 1.10.1 by @dependabot in #172
- Bump mypy from 1.10.1 to 1.11.0 by @dependabot in #173
- Bump mypy from 1.11.0 to 1.11.1 by @dependabot in #174
- Bump mypy from 1.11.1 to 1.11.2 by @dependabot in #175
- Bump mypy from 1.11.2 to 1.12.0 by @dependabot in #176
- Bump mypy from 1.12.0 to 1.12.1 by @dependabot in #177
- Bump mypy from 1.12.1 to 1.13.0 by @dependabot in #178
- Bump codecov/codecov-action from 3 to 5 by @dependabot in #179
- Bump mypy from 1.13.0 to 1.14.0 by @dependabot in #180
Full Changelog: v1.2.11...v1.2.12
v1.2.11
What's Changed
- setup.py → setup.cfg → pyproject.toml by @mr-c in #163
- single source for the verson by @mr-c in #164
Deps
- Update ruamel-yaml requirement from <0.18,>=0.16.0 to >=0.16.0,<0.19 by @dependabot in #159
- Bump mypy from 1.7.0 to 1.7.1 by @dependabot in #160
- Bump actions/setup-python from 4 to 5 by @dependabot in #161
- Bump github/codeql-action from 2 to 3 by @dependabot in #162
Full Changelog: v1.2.10...v1.2.11
v1.2.10
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #152
- Bump mypy from 1.5.1 to 1.6.0 by @dependabot in #154
- Bump mypy from 1.6.0 to 1.6.1 by @dependabot in #155
- Bump mypy from 1.6.1 to 1.7.0 by @dependabot in #157
- Update ruamel-yaml requirement from <0.18,>=0.16.0 to >=0.16.0,<0.19 by @dependabot in #156
- release 1.2.10 by @mr-c in #158
Full Changelog: v1.2.9...v1.2.10
v1.2.9
What's Changed
Python 3.6 and 3.7 are no longer supported.
Deps
- Update pytest requirement from <7.4.0 to <7.5.0 by @dependabot in #146
- Bump mypy from 1.3.0 to 1.4.0 by @dependabot in #145
- Bump mypy from 1.4.0 to 1.4.1 by @dependabot in #147
- Bump mypy from 1.4.1 to 1.5.0 by @dependabot in #148
- Bump mypy from 1.5.0 to 1.5.1 by @dependabot in #150
Full Changelog: v1.2.8...v1.2.9
v1.2.8
What's Changed
- Bump mypy from 0.971 to 1.3.0 by @dependabot in #136
- ruamel.yaml: allow any 0.17.x release @mr-c
- CI: upgrade & test CWL v1.0→v1.1,v1.2 by @mr-c in #139
Full Changelog: v1.2.7...v1.2.8
v1.2.7
What's Changed
- Update ruamel-yaml requirement from <0.17.23,>=0.16.0 to >=0.16.0,<0.17.25 by @dependabot in #134
- Update ruamel-yaml requirement from <0.17.25,>=0.16.0 to >=0.16.0,<0.17.27 by @dependabot in #135
- prepare for v1.2.7 by @mr-c in #137
Full Changelog: v1.2.6...v1.2.7
v1.2.6
v1.2.5
What's Changed
- better handle multi-version upgrades by @mr-c in #120
- Update ruamel-yaml requirement from <0.17.22,>=0.16.0 to >=0.16.0,<0.17.23 by @dependabot in #130
Misc
- Update pytest requirement from <7.2.0 to <7.3.0 by @dependabot in #117
- Update pytest requirement from <7.3.0 to <7.4.0 by @dependabot in #129
- use CODECOV_TOKEN to avoid CI fails by @mr-c in #122
- Bump github/codeql-action from 1 to 2 by @dependabot in #123
- Bump actions/checkout from 2 to 3 by @dependabot in #126
- CI: fix dup codeql runs by @mr-c in #131
Full Changelog: v1.2.4...v1.2.5