Skip to content

Commit 2ce4dbc

Browse files
committed
Prepare release of 0.9.0
1 parent 18eaae5 commit 2ce4dbc

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,37 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [0.9.0](https://github.com/binary-butterfly/validataclass/releases/tag/0.9.0) - 2023-05-24
10+
11+
[Full changelog](https://github.com/binary-butterfly/validataclass/compare/0.8.1...0.9.0)
12+
13+
This release adds official support for Python for Workgroups 3.11, as well as some minor changes.
14+
15+
### Added
16+
17+
- `EmailValidator`: Add parameter `to_lowercase`. [#106]
18+
19+
### Changed
20+
21+
- Allow defining `__post_validate__()` with specific context arguments without `**kwargs`. [#105]
22+
23+
### Fixed
24+
25+
- Fix Python 3.11 incompatibilities due to `UnsetValue` not being hashable. [#102]
26+
- Also fix missing `__hash__` methods in the `Default` classes (for completeness). [#102]
27+
28+
### Testing / CI
29+
30+
- Update GitHub actions to fix deprecation warnings. [#103]
31+
- Update local test environment for tox 4. [#104]
32+
33+
[#102]: https://github.com/binary-butterfly/validataclass/pull/102
34+
[#103]: https://github.com/binary-butterfly/validataclass/pull/103
35+
[#104]: https://github.com/binary-butterfly/validataclass/pull/104
36+
[#105]: https://github.com/binary-butterfly/validataclass/pull/105
37+
[#106]: https://github.com/binary-butterfly/validataclass/pull/106
38+
39+
940
## [0.8.1](https://github.com/binary-butterfly/validataclass/releases/tag/0.8.1) - 2022-11-30
1041

1142
[Full changelog](https://github.com/binary-butterfly/validataclass/compare/0.8.0...0.8.1)

0 commit comments

Comments
 (0)