File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.15.2]
4+
5+ ** Fixes** :
6+
7+ * [ 522] ( https://github.com/alecthomas/voluptuous/pull/522 ) Fix regression with ALLOW_EXTRA and ` Any ` validator
8+
9+ ## [ 0.15.1]
10+
11+ ** Fixes** :
12+
13+ * [ 515] ( https://github.com/alecthomas/voluptuous/pull/515 ) Fix ` Remove ` not removing keys that do not validate
14+ * [ 516] ( https://github.com/alecthomas/voluptuous/pull/516 ) Improve validator typing to allow non-number formats for min and max
15+ * [ 517] ( https://github.com/alecthomas/voluptuous/pull/517 ) Remove ` Maybe ` validator typing
16+ * [ 518] ( https://github.com/alecthomas/voluptuous/pull/518 ) Use typing.Container for ` In ` validator
17+ * [ 519] ( https://github.com/alecthomas/voluptuous/pull/519 ) Don't enforce type for unused description attribute
18+ * [ 521] ( https://github.com/alecthomas/voluptuous/pull/521 ) Type schema attribute as ` Any `
19+
320## [ 0.15.0]
421
522** Fixes** :
Original file line number Diff line number Diff line change 8484
8585# fmt: on
8686
87- __version__ = '0.15.1 '
87+ __version__ = '0.15.2 '
8888__author__ = 'alecthomas'
You can’t perform that action at this time.
0 commit comments