From 6ebb984569cd6c853614828cb969775938103377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B5nis=20Ormisson?= Date: Wed, 5 Aug 2026 16:35:44 +0300 Subject: [PATCH 1/3] Prepare Python v0.6.0 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 186b25f..410b147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this reference implementation are documented here. +## 0.6.0 - 2026-08-05 + +### Added + +- Completed Python parity for bounded in-place SPSS schema transformations: + STRING, DELETE VARIABLES, string RECODE width validation, and durable + delete/recreate physical-column bindings. +- Added PostgreSQL physical attribute-slot preflight and real-service + regression coverage for delete/recreate at the column limit. + +### Changed + +- Schema-changing SPSS plans use the v0.3 contract and fail closed for + unsupported STRING/DELETE variable ranges. + ## Unreleased Planned adapter release: `0.5.0`, after lifecycle integration and final specification conformance. diff --git a/pyproject.toml b/pyproject.toml index ea5bfec..1dcaef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "openstatspec" -version = "0.5.0" +version = "0.6.0" description = "Reference adapter for the OpenStatSpec relational contract" readme = "README.md" requires-python = ">=3.11" From 8d0be4f1f15eb3cd1d89cd5df6d61fa81ba41ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B5nis=20Ormisson?= Date: Wed, 5 Aug 2026 16:39:34 +0300 Subject: [PATCH 2/3] Correct unreleased changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 410b147..f448949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ All notable changes to this reference implementation are documented here. ## Unreleased -Planned adapter release: `0.5.0`, after lifecycle integration and final specification conformance. +Planned adapter release: next development release. ### Fixed - Removed the temporary `*_catalog` compatibility schema and made SAV/ZSAV From 0a24cf43d73bce3d9537d85326ec033d56f5fa0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B5nis=20Ormisson?= Date: Wed, 5 Aug 2026 16:44:47 +0300 Subject: [PATCH 3/3] Finalize versioned changelog history --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f448949..15e67cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this reference implementation are documented here. +## Unreleased + +_No unreleased changes._ + ## 0.6.0 - 2026-08-05 ### Added @@ -17,9 +21,7 @@ All notable changes to this reference implementation are documented here. - Schema-changing SPSS plans use the v0.3 contract and fail closed for unsupported STRING/DELETE variable ranges. -## Unreleased - -Planned adapter release: next development release. +## 0.5.0 - 2026-08-05 ### Fixed - Removed the temporary `*_catalog` compatibility schema and made SAV/ZSAV