From 7fe1600930b1304bd0c91d4f87117ab7be96db52 Mon Sep 17 00:00:00 2001 From: "Alexey O. Shigarov" Date: Wed, 8 Jul 2026 17:56:15 +0800 Subject: [PATCH] README: lead version note with 0.2.0 (DSL is in jRegTab 0.4.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The embedded DSL (ru.icc.regtab.dsl) ships in jRegTab 0.4.0 (added upstream in 0.3.0), so pyRegTab 0.2.0 — which ports it — is the version that maps to jRegTab 0.4.0. Replaces the stale "0.1.x" lead and drops the incorrect "mirroring an unreleased feature branch" framing. Co-Authored-By: Claude Fable 5 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce39779..60e0f02 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ and interprets the match into a relational **recordset**: TableSyntax → RtlCompiler/TablePattern → AtpMatcher → TableInterpreter → Recordset ``` -**pyRegTab 0.1.x ≙ jRegTab 0.4.0** (same API, same semantics, same test -corpus). **0.2.0** adds the embedded RTL DSL (`pyregtab.dsl`), mirroring -jRegTab's `ru.icc.regtab.dsl`. +**pyRegTab 0.2.0 ≙ jRegTab 0.4.0** (same API, same semantics, same test +corpus), including the embedded RTL DSL `pyregtab.dsl` — a port of jRegTab's +`ru.icc.regtab.dsl` (added upstream in jRegTab 0.3.0). ## Installation