Skip to content

Commit

Permalink
Merge pull request #89 from seriyps/fix-rebar3-hex-incompatibility
Browse files Browse the repository at this point in the history
Upgrade rebar3. Fixes #88
  • Loading branch information
seriyps committed Apr 10, 2020
2 parents 4a7bfb5 + 4eb2987 commit 1b5a16c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ os: linux

jobs:
include:
- otp_release: 22.3
- otp_release: 22.2
- otp_release: 22.1
- otp_release: 22.0
Expand All @@ -26,7 +27,7 @@ jobs:
- otp_release: 18.1
- otp_release: 18.0
script:
- LATEST_OTP_RELEASE=22.2
- LATEST_OTP_RELEASE=22.3
- "[[ ${TRAVIS_OTP_RELEASE} != ${LATEST_OTP_RELEASE} ]] || make elvis docs"
- make
- make test
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# CHANGELOG

## 1.5.5

* Fix rebar3 and rebar3_hex versions incompatibility #88
* OTP-22.3 added to Travis

## 1.5.4

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

Expand Down
Binary file modified rebar3
Binary file not shown.
2 changes: 1 addition & 1 deletion src/jesse.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%%-*- mode: erlang -*-
{ application, jesse,
[ {description, "jesse (JSon Schema Erlang) is an implementation of a JSON Schema validator for Erlang."}
, {vsn, "1.5.4"}
, {vsn, "1.5.5"}
, {modules, []}
, {registered, []}
, {applications, [ kernel
Expand Down

0 comments on commit 1b5a16c

Please sign in to comment.