CHANGELOG.md in dry-schema-1.10.5 vs CHANGELOG.md in dry-schema-1.10.6
- old
+ new
@@ -1,28 +1,38 @@
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
-## 1.10.5 2022-10-21
+## 1.10.6 2022-10-01
### Fixed
+- Fix issues with rule name when top_namespace and namespace passed (issue #304 fixed via #432) (@RudskikhIvan)
+
+
+[Compare v1.10.5...v1.10.6](https://github.com/dry-rb/dry-schema/compare/v1.10.5...v1.10.6)
+
+## 1.10.5 2022-09-21
+
+
+### Fixed
+
- Key maps no longer include duped keys when using inheritance (issues #428 #372 fixed via #429) (@solnic)
- Key validator and coercer no longer include duped keys when using parent schemas (via #430) (@solnic)
[Compare v1.10.4...v1.10.5](https://github.com/dry-rb/dry-schema/compare/v1.10.4...v1.10.5)
-## 1.10.4 2022-10-13
+## 1.10.4 2022-09-13
### Fixed
- Once again reverting zeitwerk related changes that were included in 1.10.3 by an accident :( (@solnic)
[Compare v1.10.3...v1.10.4](https://github.com/dry-rb/dry-schema/compare/v1.10.3...v1.10.4)
-## 1.10.3 2022-10-10
+## 1.10.3 2022-09-10
### Fixed
- Addressed regressions causing issues with handling sum types (see #419 and #423 fixed via #425) (@robhanlon22)