File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ os: linux
33
44jobs :
55 include :
6+ - otp_release : 22.3
67 - otp_release : 22.2
78 - otp_release : 22.1
89 - otp_release : 22.0
2627 - otp_release : 18.1
2728 - otp_release : 18.0
2829script :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments