v0.6.0
This release has some breaking changes:
- #15 changes the
display_code
andfault_code
to be anIntEnum
. The name values have been slugified, so this might break any automations that depend on the olddisplay_text
. The new slugified codes are now unique, so they can be used as a base to support localization. Special thanks for @joostlek and @zxdavb!
What's Changed
- Bump black from 23.1.0 to 24.3.0 by @dependabot in #13
- Add Python 3.12 dev container by @jbouwh in #14
- Automate pypi builds and uploads on new release by @jbouwh in #16
- Upgraded build actions to latest versions by @jbouwh in #17
- Add python validation action by @jbouwh in #18
- Update project details and readme by @jbouwh in #19
- Fix typing issues by @joostlek in #25
- Fix end of files by @joostlek in #24
- Fix typos by @joostlek in #23
- Fix issues found by ruff by @joostlek in #22
- Use slugified status and error codes for display code and error status by @jbouwh in #15
- Bump to v0.6.0 by @jbouwh in #26
New Contributors
Full Changelog: 0.5.0...v0.6.0