Skip to content

Commit 1b5a16c

Browse files
authored
Merge pull request #89 from seriyps/fix-rebar3-hex-incompatibility
Upgrade rebar3. Fixes #88
2 parents 4a7bfb5 + 4eb2987 commit 1b5a16c

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ os: linux
33

44
jobs:
55
include:
6+
- otp_release: 22.3
67
- otp_release: 22.2
78
- otp_release: 22.1
89
- otp_release: 22.0
@@ -26,7 +27,7 @@ jobs:
2627
- otp_release: 18.1
2728
- otp_release: 18.0
2829
script:
29-
- LATEST_OTP_RELEASE=22.2
30+
- LATEST_OTP_RELEASE=22.3
3031
- "[[ ${TRAVIS_OTP_RELEASE} != ${LATEST_OTP_RELEASE} ]] || make elvis docs"
3132
- make
3233
- make test

CHANGELOG.md

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

3+
## 1.5.5
4+
5+
* Fix rebar3 and rebar3_hex versions incompatibility #88
6+
* OTP-22.3 added to Travis
7+
38
## 1.5.4
49

510
* Specify build matrix "dist" for old OTP releases #83
611
* Fix anyOf / OneOf returns unexpected error with allowed_errors=infinity #81
712
* Fixes for dialyzer #77
813
* Ensure correct dependencies in app.src
14+
* OTP-22 added to Travis
915
* Avoid deprecated http_uri functions for OTP 21+ #86
1016
* Migrate to rebar3 #87
1117

rebar3

-3.28 KB
Binary file not shown.

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.4"}
4+
, {vsn, "1.5.5"}
55
, {modules, []}
66
, {registered, []}
77
, {applications, [ kernel

0 commit comments

Comments
 (0)