Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@ All notable changes to this reference implementation are documented here.

## Unreleased

Planned adapter release: `0.5.0`, after lifecycle integration and final specification conformance.
_No unreleased changes._

## 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.

## 0.5.0 - 2026-08-05
### Fixed

- Removed the temporary `*_catalog` compatibility schema and made SAV/ZSAV
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down