Skip to content

Commit

Permalink
v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
horejsek committed Jul 17, 2022
1 parent 8ccaff1 commit 41ff732
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=== 2.16.0 (2022-07-17)

* Fix generating invalid code for some schemas using items
* Preserving full path in combination with $ref
* Improved error messages for oneOf and anyOf


=== 2.15.3 (2022-01-09)

* Fix swapping handlers
Expand Down
2 changes: 1 addition & 1 deletion fastjsonschema/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '2.15.3'
VERSION = '2.16.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
],
},

url='https://github.com/seznam/python-fastjsonschema',
url='https://github.com/horejsek/python-fastjsonschema',
author='Michal Horejsek',
author_email='horejsekmichal@gmail.com',
author_email='fastjsonschema@horejsek.com',
description='Fastest Python implementation of JSON schema',
long_description=LONG_DESCRIPTION,
license='BSD',
Expand Down

0 comments on commit 41ff732

Please sign in to comment.