Releases: bo4e/BO4E-python
Releases · bo4e/BO4E-python
v0.3.0
What's Changed
- Rework with pydantic + svg images in documentation by @hf-krechan in #380 (this is a fundamental change to how this library is structured, it only affects the python lib, not the data model itself)
- 🧹 remove unused import by @hf-kklein in #384
- Add isort to GH action by @hf-krechan in #381
- Add Python version 3.9 and 3.10 to tests in package publish GH action by @hf-krechan in #379
- Bump iso3166 from 2.0.2 to 2.1.1 by @dependabot in #386
Full Changelog: v0.2.8...v0.3.0
v0.2.8
Fachliche Änderung:
- 🐛Add
UST_16to Enum Steuerkennzeichen by @hf-kklein in #369
Technical Changes
- Use token to authenticate against PyPI by @hf-krechan in #372
- Bump marshmallow from 3.15.0 to 3.16.0 by @dependabot in #376
- Dependency update from
attrtoattrsand linting fixes by @lord-haffi in #378 - Fix readthedocs docs by @hf-aschloegl in #382
New Contributors
- @lord-haffi made their first contribution in #378
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- Bump marshmallow from 3.14.1 to 3.15.0 by @dependabot in #371
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- Change Link Formatting in README.rst by @hf-kklein in #364
- Fix some Docstrings by @hf-kklein in #365
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- 🔥 Remove Versioning Info; Condense Release Workflow by @hf-kklein in #303
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- 🚛Rename Default Branch to
main(wasmaster) by @hf-kklein in #363
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- 🖤black docs/conf.py (don't use
ustrings) by @hf-kklein in #362 - ✒Add Contributing Guide by @hf-kklein in #351
- Create an Issue Template for Functional Input by @hf-kklein in #352
- Add Issue Template for Technical Bugs by @hf-kklein in #353
- Add Introduction to README by @hf-kklein in #354
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
What's Changed
- 🍱 Automate JSON Schema Generation by @hf-kklein in #307
- 📝Add Schemas as Hint to Docstring of all Objects by @hf-kklein in #360
Full Changelog: v0.2.0...v0.2.1
v0.2.0
🎉Feature Completeness in v0.2.0🥳
We're feature complete.
Maybe we haven't found all the hidden gems in the official documentation and maybe we missed one or another update or docstring... but:
- all Business Objects
- all COMs
- all ENUMs
are now part of this implementation.
What's Changed
- Implement BO PreisblattKonzessionsabgabe by @hf-kklein in #326
- Implement BO PreisblattNetznutzung by @hf-kklein in #325
- Implement BO Tarifkosten by @hf-fvesely in #331
- Implement COM Tarifberechnungsparameter by @hf-kklein in #329
- Implement BO PreisblattMessung by @hf-kklein in #334
- Implement BO PreisblattHardware by @hf-kklein in #335
- Implement BO PreisblattDienstleistung by @hf-kklein in #336
- Implement BO Fremdkosten by @hf-kklein in #332
- ✨Implement BO Angebot by @hf-aschloegl in #337
- ✨Implement BO Regionaltarif by @hf-aschloegl in #342
- Implement BO Tarifpreisblatt by @hf-kklein in #340
- ✨ Add BO Rechnung by @hf-krechan in #339
- Implement BO Ausschreibung by @hf-kklein in #341
- Implement BO Netznutzungsrechnung by @hf-kklein in #343
- 🎨Use marhsmallow
data_key="camelCase"instead of home brew CamelCaseSchema by @hf-kklein in #349 - Implement BO Tarif & COM TarifpreispositionProOrt & COM TarifpreisstaffelProOrt by @hf-kklein in #348
Full Changelog: v0.1.4...v0.2.0