Skip to content

Commit dcaaf3d

Browse files
committed
Release 0.15.2
1 parent b24b80d commit dcaaf3d

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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**:

voluptuous/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@
8484

8585
# fmt: on
8686

87-
__version__ = '0.15.1'
87+
__version__ = '0.15.2'
8888
__author__ = 'alecthomas'

0 commit comments

Comments
 (0)