Skip to content

Commit 60b2f02

Browse files
committed
Set version to 1.5.0, update ChangeLog.
1 parent 754862a commit 60b2f02

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2018-03-23 jsonmerge 1.5.0
2+
3+
* Fix "maximum recursion depth exceeded" in get_schema() with schemas
4+
that have recursive references.
5+
* Allow a merge strategy to be defined at the same level as "anyOf",
6+
"allOf" and "oneOf" keywords (thanks to Henrique Cabral).
7+
* Add reference to the offending JSON value in exceptions thrown by
8+
jsonmerge.
9+
* Add "discard" merge strategy.
10+
* Raise SchemaError when encountering an unknown merge strategy name.
11+
112
2017-06-05 jsonmerge 1.4.0
213

314
* More consistent handling of $ref references in get_schema(). Internal

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup
55

66
setup(name='jsonmerge',
7-
version='1.4.0',
7+
version='1.5.0',
88
description='Merge a series of JSON documents.',
99
license='MIT',
1010
long_description=open("README.rst").read(),

0 commit comments

Comments
 (0)