Releases: home-assistant-libs/voluptuous-serialize
Releases · home-assistant-libs/voluptuous-serialize
2.6.0
What's Changed
- Serialize vol.Maybe (#67) @eifinger
- Pin github actions and add dependabot actions ecosystem (#49) @MartinHjelmare
- Hide dependencies in release-drafter (#40) @MartinHjelmare
⬆️ Dependencies
29 changes
- Bump black from 22.12.0 to 23.1.0 (#66) @dependabot
- Bump pytest from 7.2.0 to 7.2.1 (#64) @dependabot
- Bump actions/setup-python from 4.4.0 to 4.5.0 (#63) @dependabot
- Bump actions/checkout from 3.2.0 to 3.3.0 (#62) @dependabot
- Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 (#61) @dependabot
- Bump actions/setup-python from 4.3.1 to 4.4.0 (#60) @dependabot
- Bump actions/checkout from 3.1.0 to 3.2.0 (#59) @dependabot
- Bump black from 22.10.0 to 22.12.0 (#58) @dependabot
- Bump actions/setup-python from 4.3.0 to 4.3.1 (#57) @dependabot
- Bump flake8 from 5.0.4 to 6.0.0 (#56) @dependabot
- Bump pytest from 7.1.3 to 7.2.0 (#55) @dependabot
- Bump release-drafter/release-drafter from 5.21.0 to 5.21.1 (#54) @dependabot
- Bump actions/setup-python from 4.2.0 to 4.3.0 (#53) @dependabot
- Bump black from 22.8.0 to 22.10.0 (#52) @dependabot
- Bump actions/checkout from 3.0.2 to 3.1.0 (#51) @dependabot
- Bump release-drafter/release-drafter from 5.20.1 to 5.21.0 (#50) @dependabot
- Bump pytest from 7.1.2 to 7.1.3 (#48) @dependabot
- Bump black from 22.6.0 to 22.8.0 (#47) @dependabot
- Bump flake8 from 5.0.3 to 5.0.4 (#46) @dependabot
- Bump flake8 from 5.0.1 to 5.0.3 (#45) @dependabot
- Bump flake8 from 4.0.1 to 5.0.1 (#44) @dependabot
- Bump black from 22.3.0 to 22.6.0 (#43) @dependabot
- Bump pytest from 7.1.1 to 7.1.2 (#42) @dependabot
- Bump black from 22.1.0 to 22.3.0 (#41) @dependabot
- Bump pytest from 7.1.0 to 7.1.1 (#39) @dependabot
- Bump pytest from 7.0.1 to 7.1.0 (#38) @dependabot
- Bump pytest from 7.0.0 to 7.0.1 (#37) @dependabot
- Bump pytest from 6.2.5 to 7.0.0 (#36) @dependabot
- Bump black from 21.12b0 to 22.1.0 (#35) @dependabot
2.5.0
What's Changed
- Add support for enum (#34) @balloob
- Include LICENSE in pip package (#32) @jan-janssen
Dependabot crap
* Bump flake8 from 3.9.2 to 4.0.1 (#33) @dependabot * Bump pytest from 6.2.4 to 6.2.5 (#31) @dependabot * Bump flake8 from 3.9.1 to 3.9.2 (#30) @dependabot * Bump pytest from 6.2.3 to 6.2.4 (#29) @dependabot * Bump flake8 from 3.9.0 to 3.9.1 (#28) @dependabot * Bump pytest from 6.2.2 to 6.2.3 (#27) @dependabot * Bump flake8 from 3.8.4 to 3.9.0 (#26) @dependabot * Bump pytest from 6.2.1 to 6.2.2 (#25) @dependabot * Bump pytest from 6.2.0 to 6.2.1 (#24) @dependabot * Bump pytest from 6.1.2 to 6.2.0 (#23) @dependabot * Bump pytest from 6.1.1 to 6.1.2 (#22) @dependabot * Bump flake8 from 3.8.3 to 3.8.4 (#21) @dependabot * Bump pytest from 6.1.0 to 6.1.1 (#20) @dependabot * Bump pytest from 6.0.2 to 6.1.0 (#19) @dependabot * Bump pytest from 6.0.1 to 6.0.2 (#17) @dependabot * Bump pytest from 6.0.0 to 6.0.1 (#16) @dependabot * Bump pytest from 5.4.3 to 6.0.0 (#15) @dependabot * Create Dependabot config file (#14) @dependabot-preview2.4.0
2.3.0
What's Changed
- Add support for custom serializer (#9) @emontnemery
2.2.0
2.1.0
What's Changed
- Include tests in PyPI tarball (#6) @dotlambda
- Add util func support (#7) @balloob