Releases: bo4e/BO4E-Python-Generator
Releases · bo4e/BO4E-Python-Generator
v0.0.13
What's Changed
- 🩹Exclude enums from circular reference Workaround by @lord-haffi in #101
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
- Bump pytest from 8.3.1 to 8.3.2 by @dependabot in #98
- 🩹Fix circular import issue by @lord-haffi in #100
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
-
Fix Project URL and Homepage in Project Metadata (
pyproject.toml
) -
Bump mypy from 1.10.1 to 1.11.0 by @dependabot in #95
-
Bump pytest from 8.2.2 to 8.3.1 by @dependabot in #96
-
Bump pylint from 3.2.5 to 3.2.6 by @dependabot in #97
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- Bump datamodel-code-generator from 0.25.4 to 0.25.5 by @dependabot in #66
- Bump coverage from 7.4.3 to 7.4.4 by @dependabot in #67
- Bump black from 24.2.0 to 24.4.0 by @dependabot in #71
- Bump pytest from 8.1.1 to 8.2.0 by @dependabot in #72
- Bump datamodel-code-generator from 0.25.5 to 0.25.6 by @dependabot in #73
- Bump mypy from 1.9.0 to 1.10.0 by @dependabot in #75
- Bump black from 24.4.0 to 24.4.2 by @dependabot in #76
- Bump coverage from 7.4.4 to 7.5.0 by @dependabot in #74
- Bump coverage from 7.5.0 to 7.5.1 by @dependabot in #77
- Bump pylint from 3.1.0 to 3.2.1 by @dependabot in #78
- Bump pytest from 8.2.0 to 8.2.1 by @dependabot in #79
- Bump twine from 5.0.0 to 5.1.0 by @dependabot in #80
- Bump pylint from 3.2.1 to 3.2.2 by @dependabot in #81
- Bump codespell from 2.2.6 to 2.3.0 by @dependabot in #83
- Bump coverage from 7.5.1 to 7.5.2 by @dependabot in #82
- Bump coverage from 7.5.2 to 7.5.3 by @dependabot in #84
- Bump pytest from 8.2.1 to 8.2.2 by @dependabot in #85
- Bump pylint from 3.2.2 to 3.2.3 by @dependabot in #86
- Bump datamodel-code-generator from 0.25.6 to 0.25.7 by @dependabot in #87
- Bump coverage from 7.5.3 to 7.5.4 by @dependabot in #88
- Bump mypy from 1.10.0 to 1.10.1 by @dependabot in #89
- Bump pylint from 3.2.3 to 3.2.5 by @dependabot in #90
- Bump twine from 5.1.0 to 5.1.1 by @dependabot in #91
- Bump datamodel-code-generator from 0.25.7 to 0.25.8 by @dependabot in #92
- Bump coverage from 7.5.4 to 7.6.0 by @dependabot in #93
- 🩹Don't make field nullable if default value is present by @lord-haffi in #94
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- Bump pytest from 8.0.0 to 8.0.1 by @dependabot in #54
- Bump black from 24.1.1 to 24.2.0 by @dependabot in #55
- Bump datamodel-code-generator from 0.25.3 to 0.25.4 by @dependabot in #56
- ⬆️Update test data to use BO4E v202401.0.1 by @lord-haffi in #57
- Bump pylint from 3.0.3 to 3.1.0 by @dependabot in #58
- Bump coverage from 7.4.1 to 7.4.3 by @dependabot in #59
- Bump pytest from 8.0.1 to 8.0.2 by @dependabot in #60
- Bump pytest from 8.0.2 to 8.1.0 by @dependabot in #61
- Generate SQL Models by @DeltaDaniel in #19
- Bump build from 1.0.3 to 1.1.1 by @dependabot in #62
- Bump mypy from 1.8.0 to 1.9.0 by @dependabot in #64
- Bump pytest from 8.1.0 to 8.1.1 by @dependabot in #63
- 🩹Upgrade requirements-packaging.txt - resolve InvalidDistribution issue by @lord-haffi in #70
- ✨Generate field doc strings from
description
by @lord-haffi in #69
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Bump datamodel-code-generator from 0.25.2 to 0.25.3 by @dependabot in #51
- Bump black from 23.12.1 to 24.1.1 by @dependabot in #47
- Bump twine from 4.0.2 to 5.0.0 by @dependabot in #52
- Compatibility patch for
ZusatzAttribut
by @lord-haffi in #53
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- Bump coverage from 7.4.0 to 7.4.1 by @dependabot in #48
- Bump pytest from 7.4.4 to 8.0.0 by @dependabot in #49
- Sort
__all__
elements in__init__.py
by @lord-haffi in #50
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- Use explicit default kwarg for better mypy by @lord-haffi in #44
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- 📝 update badges in readme by @hf-krechan in #42
- Add argument to optionally define the BO4E-version by @lord-haffi in #43
New Contributors
- @hf-krechan made their first contribution in #42
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Bump actions/setup-python from 4 to 5 by @dependabot in #27
- Pin date-time (no import of AwareDatetime) by @DeltaDaniel in #26
- Bump isort from 5.12.0 to 5.13.1 by @dependabot in #29
- Bump github/codeql-action from 2 to 3 by @dependabot in #30
- Bump coverage from 7.3.2 to 7.3.4 by @dependabot in #35
- Bump pylint from 3.0.2 to 3.0.3 by @dependabot in #32
- Bump mypy from 1.7.1 to 1.8.0 by @dependabot in #36
- Bump datamodel-code-generator from 0.25.1 to 0.25.2 by @dependabot in #38
- Bump black from 23.11.0 to 23.12.1 by @dependabot in #37
- Bump isort from 5.13.1 to 5.13.2 by @dependabot in #33
- Bump coverage from 7.3.4 to 7.4.0 by @dependabot in #39
- Bump pytest from 7.4.3 to 7.4.4 by @dependabot in #40
- Allow population by field name by @lord-haffi in #41
New Contributors
- @DeltaDaniel made their first contribution in #26
Full Changelog: v0.0.3...v0.0.4