WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 90d740c

Browse files
committed
1.9
1 parent b5001af commit 90d740c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE-NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.9
2+
3+
* Completely new JSON diff implementation; less smart than the previous one but
4+
bug free
5+
* Depend on AssertJ.
6+
17
## 1.8
28

39
* JSON Merge Patch is now RFC 7386 compliant.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ apply(plugin: "idea");
4444
apply(plugin: "eclipse");
4545

4646
group = "com.github.fge";
47-
version = "1.9-SNAPSHOT";
47+
version = "1.9";
4848
description = "JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java";
4949
sourceCompatibility = "1.6";
5050
targetCompatibility = "1.6"; // defaults to sourceCompatibility

0 commit comments

Comments
 (0)