Skip to content

Commit 5419cff

Browse files
committed
Release 0.12.1
1 parent c82e5d5 commit 5419cff

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.12.1]
4+
5+
**Changes**:
6+
- [#435](https://github.com/alecthomas/voluptuous/pull/435): Extended a few tests (`Required` and `In`)
7+
- [#425](https://github.com/alecthomas/voluptuous/pull/425): Improve error message for `In` and `NotIn`
8+
- [#436](https://github.com/alecthomas/voluptuous/pull/436): Add sorted() for `In` and `NotIn` + fix tests
9+
- [#437](https://github.com/alecthomas/voluptuous/pull/437): Grouped `Maybe` tests plus added another `Range` test
10+
- [#438](https://github.com/alecthomas/voluptuous/pull/438): Extend tests for `Schema` with empty list or dict
11+
12+
**New**:
13+
- [#433](https://github.com/alecthomas/voluptuous/pull/433): Add Python 3.9 support
14+
15+
**Fixes**:
16+
- [#431](https://github.com/alecthomas/voluptuous/pull/431): Fixed typos + made spelling more consistent
17+
- [#411](https://github.com/alecthomas/voluptuous/pull/411): Ensure `Maybe` propagates error information
18+
- [#434](https://github.com/alecthomas/voluptuous/pull/434): Remove value enumeration when validating empty list
19+
320
## [0.12.0]
421

522
**Changes**:
@@ -157,4 +174,4 @@ translation to python 2 issue fixed.
157174

158175
## 0.9.3 (2016-08-03)
159176

160-
Changelog not kept for 0.9.3 and earlier releases.
177+
Changelog not kept for 0.9.3 and earlier releases.

voluptuous/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
from voluptuous.util import *
66
from voluptuous.error import *
77

8-
__version__ = '0.11.7'
8+
__version__ = '0.12.1'
99
__author__ = 'alecthomas'

0 commit comments

Comments
 (0)