From 66a5ef8ea818d98f704dcc255b31194a4b63f6e2 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 21 Mar 2024 09:27:57 -0700 Subject: [PATCH] Update CHANGES and ci matrix --- .github/workflows/ci.yml | 19 ++++++++++--------- CHANGES.md | 4 +++- src/mochiweb.app.src | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 366bd8d..4789c0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,15 +15,16 @@ jobs: os: - ubuntu-latest otp: - - "26.0.2.0" - - "25.3.2.3" - - "24.3.4.13" - - "23.3.4.18" - - "22.3.4.26" - - "21.3.8.24" - - "20.3.8.26" - - "19.3.6.13" - - "18.3.4.11" + - "27" + - "26" + - "25" + - "24" + - "23" + - "22" + - "21" + - "20" + - "19" + - "18" steps: - uses: actions/checkout@v3 - run: make test diff --git a/CHANGES.md b/CHANGES.md index c53c74f..b9e22ca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ -Version 3.2.2 released XXXX-XX-XX +Version 3.2.2 released 2024-03-21 +* Use single quotes around 'maybe' atom for compatibility with OTP 27 + https://github.com/mochi/mochiweb/pull/262 * Update Erlang CI images https://github.com/mochi/mochiweb/pull/261 diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src index 6e7c915..630759d 100644 --- a/src/mochiweb.app.src +++ b/src/mochiweb.app.src @@ -1,7 +1,7 @@ %% This is generated from src/mochiweb.app.src {application, mochiweb, [{description, "MochiMedia Web Server"}, - {vsn, "3.2.1"}, + {vsn, "3.2.2"}, {modules, []}, {registered, []}, {env, []},