Skip to content

Commit cfb1b3e

Browse files
committed
Bump version to 1.5.6
1 parent 0e4ea9c commit cfb1b3e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 1.5.6
4+
5+
* Improving the error messages from jesse when using oneOf/anyOf
6+
* Make it compatible with jsx 3.0
7+
38
## 1.5.5
49

510
* Fix rebar3 and rebar3_hex versions incompatibility #88

src/jesse.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%-*- mode: erlang -*-
22
{ application, jesse,
33
[ {description, "jesse (JSon Schema Erlang) is an implementation of a JSON Schema validator for Erlang."}
4-
, {vsn, "1.5.5"}
4+
, {vsn, "1.5.6"}
55
, {modules, []}
66
, {registered, []}
77
, {applications, [ kernel

0 commit comments

Comments
 (0)