Skip to content

Commit

Permalink
Release 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spacegaier committed Jul 2, 2024
1 parent b24b80d commit dcaaf3d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.15.2]

**Fixes**:

* [522](https://github.com/alecthomas/voluptuous/pull/522) Fix regression with ALLOW_EXTRA and `Any` validator

## [0.15.1]

**Fixes**:

* [515](https://github.com/alecthomas/voluptuous/pull/515) Fix `Remove` not removing keys that do not validate
* [516](https://github.com/alecthomas/voluptuous/pull/516) Improve validator typing to allow non-number formats for min and max
* [517](https://github.com/alecthomas/voluptuous/pull/517) Remove `Maybe` validator typing
* [518](https://github.com/alecthomas/voluptuous/pull/518) Use typing.Container for `In` validator
* [519](https://github.com/alecthomas/voluptuous/pull/519) Don't enforce type for unused description attribute
* [521](https://github.com/alecthomas/voluptuous/pull/521) Type schema attribute as `Any`

## [0.15.0]

**Fixes**:
Expand Down
2 changes: 1 addition & 1 deletion voluptuous/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@

# fmt: on

__version__ = '0.15.1'
__version__ = '0.15.2'
__author__ = 'alecthomas'

0 comments on commit dcaaf3d

Please sign in to comment.