File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.14.0]
4+
5+ ** Fixes** :
6+ * [ #470 ] ( https://github.com/alecthomas/voluptuous/pull/470 ) : Fix a few code comment typos
7+ * [ #472 ] ( https://github.com/alecthomas/voluptuous/pull/472 ) : Change to SPDX conform license string
8+
9+
10+ ** New** :
11+ * [ #475 ] ( https://github.com/alecthomas/voluptuous/pull/475 ) : Add typing information
12+ * [ #478 ] ( https://github.com/alecthomas/voluptuous/pull/478 ) : Fix new type hint of schemas, for example for ` Required('key') `
13+ * [ #486 ] ( https://github.com/alecthomas/voluptuous/pull/486 ) : Fix new type hints and enable ` mypy `
14+ * [ #479 ] ( https://github.com/alecthomas/voluptuous/pull/479 ) : Allow error reporting on keys
15+
16+ ** Changes** :
17+ * [ #476 ] ( https://github.com/alecthomas/voluptuous/pull/476 ) : Set static PyPI project description
18+ * [ #482 ] ( https://github.com/alecthomas/voluptuous/pull/482 ) : Remove Travis build status badge
19+
320## [ 0.13.1]
421
522** Fixes** :
Original file line number Diff line number Diff line change 55from voluptuous .util import *
66from voluptuous .error import *
77
8- __version__ = '0.13.1 '
8+ __version__ = '0.14.0 '
99__author__ = 'alecthomas'
You can’t perform that action at this time.
0 commit comments