From 00eb7def4ef19565a9b958ae07eac20195b232f4 Mon Sep 17 00:00:00 2001 From: Stephen Hulme Date: Thu, 20 Aug 2026 14:25:35 +0100 Subject: [PATCH 1/3] ci: add Ruby 4 to test matrix --- .github/workflows/ruby.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index f159e5cb..c5de4441 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -16,6 +16,7 @@ jobs: - "3.2" - "3.3" - "3.4" + - "4.0" rails: - "7.1" - "7.2" From f66d9673a2ba87036d4ea1adecc9cb988b09a353 Mon Sep 17 00:00:00 2001 From: Stephen Hulme Date: Thu, 20 Aug 2026 14:25:41 +0100 Subject: [PATCH 2/3] release: bump patch version --- lib/jsonapi/resources/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jsonapi/resources/version.rb b/lib/jsonapi/resources/version.rb index 32ebf10d..401a9449 100644 --- a/lib/jsonapi/resources/version.rb +++ b/lib/jsonapi/resources/version.rb @@ -1,5 +1,5 @@ module JSONAPI module Resources - VERSION = '0.4.1' + VERSION = '0.4.2' end end From 57c4f63e354a310b9450e1d2480dda4b9943ec1d Mon Sep 17 00:00:00 2001 From: Stephen Hulme Date: Thu, 20 Aug 2026 16:01:49 +0100 Subject: [PATCH 3/3] Revert "release: bump patch version" This reverts commit f66d9673a2ba87036d4ea1adecc9cb988b09a353. --- lib/jsonapi/resources/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jsonapi/resources/version.rb b/lib/jsonapi/resources/version.rb index 401a9449..32ebf10d 100644 --- a/lib/jsonapi/resources/version.rb +++ b/lib/jsonapi/resources/version.rb @@ -1,5 +1,5 @@ module JSONAPI module Resources - VERSION = '0.4.2' + VERSION = '0.4.1' end end