Skip to content

Commit c789de1

Browse files
authored
Update CHANGELOG.md
1 parent b9c1b90 commit c789de1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
...
1111

12+
## [1.9.2] - 2025-02-05
13+
14+
- Clean up the fix for readonly attribute `__args__` (introduced in v1.9.1)
15+
- Improve class `Data(Protocol)` typing to avoid pyright errors
16+
1217
## [1.9.1] - 2025-01-29
1318

1419
### Fixed
@@ -139,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139144

140145
- Validate type for generic collection fields
141146

142-
[Unreleased]: https://github.com/konradhalas/dacite/compare/v1.9.1...HEAD
147+
[Unreleased]: https://github.com/konradhalas/dacite/compare/v1.9.2...HEAD
148+
[1.9.2]: https://github.com/konradhalas/dacite/compare/v1.9.1...v1.9.2
143149
[1.9.1]: https://github.com/konradhalas/dacite/compare/v1.9.0...v1.9.1
144150
[1.9.0]: https://github.com/konradhalas/dacite/compare/v1.8.1...v1.9.0
145151
[1.8.1]: https://github.com/konradhalas/dacite/compare/v1.8.0...v1.8.1

0 commit comments

Comments
 (0)