commit
bb9b3e570a
3 changed files with 6 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
otp_version: [19.3.6, 20.3.8.26, 21.3.8.16, 22.3.4.2, 23.0.2]
|
otp_version: [19.3.6, 20.3.8.26, 21.3.8.16, 22.3.4.2, 23.0.2]
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-18.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
v3.1.0
|
||||||
|
|
||||||
|
* Dialyzer and api spec improvements
|
||||||
|
|
||||||
v3.0
|
v3.0
|
||||||
|
|
||||||
* drop support for OTP versions before 17.0
|
* drop support for OTP versions before 17.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{application, jsx,
|
{application, jsx,
|
||||||
[
|
[
|
||||||
{description, "a streaming, evented json parsing toolkit"},
|
{description, "a streaming, evented json parsing toolkit"},
|
||||||
{vsn, "3.0.0"},
|
{vsn, "3.1.0"},
|
||||||
{modules, [
|
{modules, [
|
||||||
jsx,
|
jsx,
|
||||||
jsx_encoder,
|
jsx_encoder,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue