Skip to content

Commit

Permalink
3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Mar 4, 2021
1 parent fcd3269 commit ac5126d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,18 @@ https://github.com/coleifer/peewee/releases

## master

[View commits](https://github.com/coleifer/peewee/compare/3.14.1...master)
[View commits](https://github.com/coleifer/peewee/compare/3.14.2...master)

## 3.14.2

This is a small release mainly to get some fixes out.

* Support for named `Check` and foreign-key constraints.
* Better foreign-key introspection for CockroachDB (and Postgres).
* Register UUID adapter for Postgres.
* Add `fn.array_agg()` to blacklist for automatic value coercion.

[View commits](https://github.com/coleifer/peewee/compare/3.14.1...3.14.2)

## 3.14.1

Expand Down
2 changes: 1 addition & 1 deletion peewee.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
mysql = None


__version__ = '3.14.1'
__version__ = '3.14.2'
__all__ = [
'AsIs',
'AutoField',
Expand Down

0 comments on commit ac5126d

Please sign in to comment.