Releases: Hochfrequenz/rebdhuhn
Releases · Hochfrequenz/rebdhuhn
v0.17.5
What's Changed
- chore(deps): bump coverage from 7.10.2 to 7.10.3 by @dependabot[bot] in #417
- chore(deps): bump lxml from 6.0.0 to 6.0.1 by @dependabot[bot] in #422
- chore(deps): bump types-requests from 2.32.4.20250611 to 2.32.4.20250809 by @dependabot[bot] in #419
- chore(deps): bump charset-normalizer from 3.4.2 to 3.4.3 by @dependabot[bot] in #418
- chore(deps): bump coverage from 7.10.3 to 7.10.5 by @dependabot[bot] in #423
- chore(deps): bump pylint from 3.3.7 to 3.3.8 by @dependabot[bot] in #421
- chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #425
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #420
- chore(deps): bump coverage from 7.10.5 to 7.10.7 by @dependabot[bot] in #430
- chore(deps): bump types-requests from 2.32.4.20250809 to 2.32.4.20250913 by @dependabot[bot] in #431
- chore(deps): bump isort from 6.0.1 to 6.1.0 by @dependabot[bot] in #432
- chore(deps): bump requests from 2.32.4 to 2.32.5 by @dependabot[bot] in #424
- chore(deps): bump syrupy from 4.9.1 to 5.0.0 by @dependabot[bot] in #433
- chore(deps): bump pylint from 3.3.8 to 3.3.9 by @dependabot[bot] in #434
- chore: bump all requirements once by @hf-kklein in #436
- chore(deps): bump twine from 6.1.0 to 6.2.0 by @dependabot[bot] in #427
- chore(deps): bump pytest from 8.4.1 to 8.4.2 by @dependabot[bot] in #429
- chore: officially support Python 3.14; run simplified CI on 3.14 by @hf-kklein in #437
Full Changelog: v0.17.4...v0.17.5
v0.17.4
What's Changed
- chore(deps): bump types-requests from 2.32.0.20250602 to 2.32.4.20250611 by @dependabot[bot] in #399
- chore(deps): bump urllib3 from 2.4.0 to 2.5.0 by @dependabot[bot] in #404
- chore(deps): bump certifi from 2025.4.26 to 2025.6.15 by @dependabot[bot] in #400
- chore(deps): bump coverage from 7.8.2 to 7.9.1 by @dependabot[bot] in #402
- chore(deps): bump mypy from 1.16.0 to 1.16.1 by @dependabot[bot] in #403
- chore(deps): bump networkx from 3.4.2 to 3.5 by @dependabot[bot] in #401
- chore(deps): bump pytest from 8.4.0 to 8.4.1 by @dependabot[bot] in #405
- chore(deps): bump lxml from 5.4.0 to 6.0.0 by @dependabot[bot] in #406
- chore(deps): bump coverage from 7.9.1 to 7.9.2 by @dependabot[bot] in #407
- chore(deps): bump certifi from 2025.6.15 to 2025.7.14 by @dependabot[bot] in #408
- chore(deps): bump mypy from 1.16.1 to 1.17.0 by @dependabot[bot] in #409
- ci: add Python Reviewer Team to dependabot config by @OLILHR in #410
- chore(deps): bump coverage from 7.9.2 to 7.10.1 by @dependabot[bot] in #411
- chore(deps): bump coverage from 7.10.1 to 7.10.2 by @dependabot[bot] in #412
- chore(deps): bump certifi from 2025.7.14 to 2025.8.3 by @dependabot[bot] in #415
- chore(deps): bump build from 1.2.2.post1 to 1.3.0 by @dependabot[bot] in #414
- chore(deps): bump mypy from 1.17.0 to 1.17.1 by @dependabot[bot] in #413
- feat: extend
EbdTableMetaDatawith version and (original) release date by @hf-kklein in #416
Full Changelog: v0.17.3...v0.17.4
v0.17.3
What's Changed
- chore(deps): bump coverage from 7.8.0 to 7.8.2 by @dependabot in #390
- chore(deps): bump cattrs from 24.1.3 to 25.1.0 by @dependabot in #393
- chore(deps): bump mypy from 1.15.0 to 1.16.0 by @dependabot in #395
- chore(deps): bump types-requests from 2.32.0.20250515 to 2.32.0.20250602 by @dependabot in #396
- chore(deps): bump pytest from 8.3.5 to 8.4.0 by @dependabot in #394
- chore(deps): bump requests from 2.32.3 to 2.32.4 by @dependabot in #398
- chore(deps): bump cattrs from 25.1.0 to 25.1.1 by @dependabot in #397
- fix(OutcomeCodeAndFurtherStepError): Add transitional outcome nodes by @DeltaDaniel in #391
Full Changelog: v0.17.2...v0.17.3
v0.17.3-rc1
Full Changelog: v0.17.2-rc1...v0.17.3-rc1
v0.17.2-rc1
What's Changed
- chore(deps): bump coverage from 7.8.0 to 7.8.2 by @dependabot in #390
Full Changelog: v0.17.2...v0.17.2-rc1
v0.17.2
What's Changed
- chore(deps): bump pylint from 3.3.6 to 3.3.7 by @dependabot in #385
- chore(deps): bump charset-normalizer from 3.4.1 to 3.4.2 by @dependabot in #386
- chore(deps): bump types-requests from 2.32.0.20250328 to 2.32.0.20250515 by @dependabot in #387
- fix: outcome note without code (E_0622, FV2504) by @DeltaDaniel in #388
- fix: note comparison ambiguous outcome nodes whitespace insensitive by @DeltaDaniel in #389
Full Changelog: v0.17.1...v0.17.2
v0.17.1
What's Changed
- fix: don't break because of note not being
None(supportE_0594) by @hf-kklein in #384
Full Changelog: v0.17.0...v0.17.1
v0.17.1-rc1
Full Changelog: v0.17.0...v0.17.1-rc1
v0.17.0
What's Changed
- feat: introduce
TransitionNodes (only 1 subsequent step, no decision) by @hf-kklein in #382
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- chore(deps): bump coverage from 7.6.10 to 7.6.11 by @dependabot in #357
- chore(deps): bump lxml from 5.3.0 to 5.3.1 by @dependabot in #359
- chore(deps): bump mypy from 1.14.1 to 1.15.0 by @dependabot in #358
- chore(deps): bump coverage from 7.6.11 to 7.6.12 by @dependabot in #360
- chore(deps): bump syrupy from 4.8.1 to 4.8.2 by @dependabot in #361
- chore(deps): bump pytest from 8.3.4 to 8.3.5 by @dependabot in #362
- chore(deps): bump isort from 6.0.0 to 6.0.1 by @dependabot in #363
- chore(deps): bump types-requests from 2.32.0.20241016 to 2.32.0.20250301 by @dependabot in #364
- chore(deps): bump syrupy from 4.8.2 to 4.9.0 by @dependabot in #365
- chore(deps): bump types-requests from 2.32.0.20250301 to 2.32.0.20250306 by @dependabot in #366
- chore(deps): bump coverage from 7.6.12 to 7.7.0 by @dependabot in #367
- chore(deps): bump syrupy from 4.9.0 to 4.9.1 by @dependabot in #369
- chore(deps): bump attrs from 25.1.0 to 25.3.0 by @dependabot in #368
- chore(deps): bump types-requests from 2.32.0.20250306 to 2.32.0.20250328 by @dependabot in #372
- chore(deps): bump coverage from 7.7.0 to 7.8.0 by @dependabot in #373
- chore(deps): bump pylint from 3.3.4 to 3.3.6 by @dependabot in #370
- chore(deps): bump lxml from 5.3.1 to 5.3.2 by @dependabot in #375
- chore(deps): bump cattrs from 24.1.2 to 24.1.3 by @dependabot in #374
- chore(deps): bump urllib3 from 2.3.0 to 2.4.0 by @dependabot in #376
- chore(deps): bump certifi from 2025.1.31 to 2025.4.26 by @dependabot in #377
- chore(deps): bump lxml from 5.3.2 to 5.4.0 by @dependabot in #378
- feat: allow "Durchgang"-row type with only 1 subrow which has
Noneas result by @hf-kklein in #381
Full Changelog: v0.15.1...v0.16.0