Releases: Hochfrequenz/migmose
Releases · Hochfrequenz/migmose
v0.2.6
What's Changed
- chore: officially support Python 3.13 by @hf-kklein in #195
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Bump black from 24.8.0 to 24.10.0 by @dependabot in #166
- Bump markupsafe from 2.1.5 to 3.0.1 by @dependabot in #169
- Bump efoli from 1.2.0 to 1.3.0 by @dependabot in #170
- Bump coverage from 7.6.1 to 7.6.3 by @dependabot in #168
- Bump mypy from 1.11.2 to 1.12.1 by @dependabot in #172
- Bump markupsafe from 3.0.1 to 3.0.2 by @dependabot in #174
- Bump coverage from 7.6.3 to 7.6.4 by @dependabot in #173
- Bump mypy from 1.12.1 to 1.13.0 by @dependabot in #175
- Bump coverage from 7.6.4 to 7.6.7 by @dependabot in #179
- Bump coverage from 7.6.7 to 7.6.8 by @dependabot in #182
- Bump syrupy from 4.7.2 to 4.8.0 by @dependabot in #183
- Bump pylint from 3.3.1 to 3.3.2 by @dependabot in #185
- Bump pytest from 8.3.3 to 8.3.4 by @dependabot in #187
- Bump twine from 5.1.1 to 6.0.1 by @dependabot in #188
- Bump loguru from 0.7.2 to 0.7.3 by @dependabot in #189
- Bump win32-setctime from 1.1.0 to 1.2.0 by @dependabot in #190
- Bump coverage from 7.6.8 to 7.6.9 by @dependabot in #192
- Bump efoli from 1.3.0 to 1.4.0 by @dependabot in #194
- chore: Set min version of
efoli
to 1.4.0 (24h LFW on 2025-06-06) by @hf-kklein in #193
Full Changelog: v0.2.4...v0.2.5
v0.2.4
v0.2.3
What's Changed
- Bump pylint from 3.3.0 to 3.3.1 by @dependabot in #158
- Bump efoli from 1.1.0 to 1.2.0 by @dependabot in #159
- Bump build from 1.2.2 to 1.2.2.post1 by @dependabot in #161
- Bump syrupy from 4.7.1 to 4.7.2 by @dependabot in #162
- fix: filter for most recent files by @DeltaDaniel in #163
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- fix: duplicate formats in input by @DeltaDaniel in #146
- Bump build from 1.2.1 to 1.2.2 by @dependabot in #147
- Bump pytest from 8.3.2 to 8.3.3 by @dependabot in #152
- Bump pylint from 3.2.7 to 3.3.0 by @dependabot in #153
- Bump maus[tree] from 0.6.0 to 0.6.1 by @dependabot in #155
- Bump pytz from 2024.1 to 2024.2 by @dependabot in #151
- Bump pydantic from 2.8.2 to 2.9.2 by @dependabot in #154
- Move optional dependencies from
dev_requirements
topyproject.toml
by @FreddyFox892 in #157
New Contributors
- @FreddyFox892 made their first contribution in #157
Full Changelog: v0.2.1...v0.2.2
v0.2.2-rc1
What's Changed
- fix: duplicate formats in input by @DeltaDaniel in #146
- Bump build from 1.2.1 to 1.2.2 by @dependabot in #147
- Bump pytest from 8.3.2 to 8.3.3 by @dependabot in #152
- Bump pylint from 3.2.7 to 3.3.0 by @dependabot in #153
- Bump maus[tree] from 0.6.0 to 0.6.1 by @dependabot in #155
- Bump pytz from 2024.1 to 2024.2 by @dependabot in #151
- Bump pydantic from 2.8.2 to 2.9.2 by @dependabot in #154
Full Changelog: v0.2.1...v0.2.2-rc1
v0.2.1
What's Changed
- Bump syrupy from 4.6.1 to 4.7.1 by @dependabot in #140
- Bump mypy from 1.11.1 to 1.11.2 by @dependabot in #139
- Bump pylint from 3.2.6 to 3.2.7 by @dependabot in #142
- fix: criterion for latest file and tests by @DeltaDaniel in #144
- compile static regex patterns once instead of in every function call by @hf-kklein in #138
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Bump mypy from 1.11.0 to 1.11.1 by @dependabot in #126
- Bump maus from 0.5.3 to 0.6.0; import edifact enums from efoli by @dependabot in #128
- Bump coverage from 7.6.0 to 7.6.1 by @dependabot in #130
- Bump black from 24.4.2 to 24.8.0 by @dependabot in #131
- Bump attrs from 23.2.0 to 24.1.0 by @dependabot in #129
- Updated readme by @DeltaDaniel in #132
- Bump lxml from 5.2.2 to 5.3.0 by @dependabot in #133
Full Changelog: v0.1.2...v0.2.0
v0.1.2
v0.1.1
What's Changed
Documentation
- updated readme by @DeltaDaniel in #74
- README: Add link to fundamend by @hf-kklein in #85
- Updated readme for sgh files by @DeltaDaniel in #86
Features
- generate sgh files from the nested nachrichtenstrukturjson files by @DeltaDaniel in #83
- generate tree files from nested nachrichtenstrukturjson files by @DeltaDaniel in #108
- Distinguish between gas and strom UTILMD by @DeltaDaniel in #111
- Make file name pattern matching case insensitive by @hf-kklein in #123
Chores
- Bump codespell from 2.2.6 to 2.3.0 by @dependabot in #80
- Bump annotated-types from 0.6.0 to 0.7.0 by @dependabot in #82
- Bump coverage from 7.5.1 to 7.5.2 by @dependabot in #81
- Bump coverage from 7.5.2 to 7.5.3 by @dependabot in #87
- Bump marshmallow from 3.21.2 to 3.21.3 by @dependabot in #92
- Bump pylint from 3.2.2 to 3.2.3 by @dependabot in #96
- Bump coverage from 7.5.3 to 7.5.4 by @dependabot in #99
- Bump twine from 5.1.0 to 5.1.1 by @dependabot in #100
- Bump mypy from 1.10.0 to 1.10.1 by @dependabot in #102
- Bump pytest from 8.2.1 to 8.2.2 by @dependabot in #104
- Bump more-itertools from 10.2.0 to 10.3.0 by @dependabot in #107
- Bump maus from 0.5.0 to 0.5.2 by @dependabot in #109
- Set min version of
maus
to 0.5.2 by @hf-kklein in #110 - Bump pydantic from 2.7.1 to 2.8.2 by @dependabot in #106
- Bump typing-extensions from 4.11.0 to 4.12.2 by @dependabot in #91
- Bump packaging from 24.0 to 24.1 by @dependabot in #94
- Bump pylint from 3.2.3 to 3.2.5 by @dependabot in #113
- Bump coverage from 7.5.4 to 7.6.0 by @dependabot in #116
- Bump marshmallow from 3.21.2 to 3.21.3 by @dependabot in #112
- Bump pytest from 8.2.2 to 8.3.1 by @dependabot in #117
- Bump mypy from 1.10.1 to 1.11.0 by @dependabot in #119
- Bump pylint from 3.2.5 to 3.2.6 by @dependabot in #118
- Bump pytest from 8.3.1 to 8.3.2 by @dependabot in #120
Full Changelog: v0.1.0...v0.1.1