Skip to content

Commit c891a7b

Browse files
committed
Release 0.14.0
1 parent 5599057 commit c891a7b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

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.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**:

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.13.1'
8+
__version__ = '0.14.0'
99
__author__ = 'alecthomas'

0 commit comments

Comments
 (0)