Releases: jbouwh/incomfort-client
Releases · jbouwh/incomfort-client
v0.6.5-3
v0.6.5-2
v0.6.5-1
v0.6.5
v0.6.4
v0.6.3-1
What's Changed
- Bump setuptools from 69.2.0 to 70.0.0 by @dependabot in #36
- Bump to v0.6.3-1 by @jbouwh in #37
Full Changelog: v0.6.3...v0.6.3-1
v0.6.3
v0.6.2
v0.6.1
Fixes:
fault_code
always returningunknown
.- Correct some typo's in the
display_code
enum names.
What's Changed
- Use setup-tools to build pypi dist by @jbouwh in #27
- Fix FaultCode enum by @jbouwh in #28
- Fix typo in DisplayCode class name by @jbouwh in #29
- Correct typo's in DisplayCode enum values by @jbouwh in #30
- Bump to v0.6.1 by @jbouwh in #31
Full Changelog: v0.6.0...v0.6.1
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