Skip to content

Commit 2232c0e

Browse files
committed
Release 0.15.0
1 parent b1b1090 commit 2232c0e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [0.15.0]
4+
5+
**Fixes**:
6+
7+
* [#512](https://github.com/alecthomas/voluptuous/pull/512): Add Any type to defaults
8+
* [#513](https://github.com/alecthomas/voluptuous/pull/513): Only calculate hash once for Marker objects
9+
10+
**Changes**:
11+
12+
* [#514](https://github.com/alecthomas/voluptuous/pull/514): Remove python 3.8 support
13+
314
## [0.14.2]
415

516
**New**:

voluptuous/__init__.py

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

99
# fmt: on
1010

11-
__version__ = '0.14.2'
11+
__version__ = '0.15.0'
1212
__author__ = 'alecthomas'

0 commit comments

Comments
 (0)