Skip to content

Commit 9027a63

Browse files
committed
Prepare release of 0.7.2
1 parent 9f263f9 commit 9027a63

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ 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.7.2](https://github.com/binary-butterfly/validataclass/releases/tag/0.7.2) - 2022-09-26
10+
11+
[Full changelog](https://github.com/binary-butterfly/validataclass/compare/0.7.1...0.7.2)
12+
13+
This patch fix a bug with the type hinting for `@validataclass` and `DataclassValidator` introduced in 0.7.1.
14+
15+
### Fixed
16+
17+
- Fixed typehints of `@validataclass` decorator. Auto-deduction in `DataclassValidator` should work now. [#85]
18+
19+
[#85]: https://github.com/binary-butterfly/validataclass/pull/85
20+
21+
922
## [0.7.1](https://github.com/binary-butterfly/validataclass/releases/tag/0.7.1) - 2022-09-26
1023

1124
[Full changelog](https://github.com/binary-butterfly/validataclass/compare/0.7.0...0.7.1)

0 commit comments

Comments
 (0)