From 9f915b0299dad3f30e9d48680ae7c93eb0324714 Mon Sep 17 00:00:00 2001 From: ez-plugins Date: Thu, 16 Apr 2026 11:25:23 +0200 Subject: [PATCH 1/2] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2440acf..4e4cc72 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A lightweight, fluent Java library for building SQL queries and filtering in-mem - Supports all common operators: `=`, `!=`, `>`, `<`, `LIKE`, `IN`, `BETWEEN`, `IS NOT NULL` - Column selection, `GROUP BY`, `ORDER BY`, `LIMIT`, and `OFFSET` - In-memory filtering via `QueryableStorage` -- Zero runtime dependencies — pure Java 21 +- Zero runtime dependencies, pure Java 25 ## Installation From 259b16bd259b4d5feb2baa2a8bbc5363dca72214 Mon Sep 17 00:00:00 2001 From: ez-plugins Date: Thu, 16 Apr 2026 11:25:44 +0200 Subject: [PATCH 2/2] docs: up version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e4cc72..3e9e4af 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the dependency to your `pom.xml`: com.github.EzFramework java-query-builder - 1.0.2 + 1.0.3 ```