Background
v1.0.0 is the API-freeze release: after v0.5.0 ships and the consistency matrix (#23) pins down cross-backend behavior, declare the public API (create_relation_literal(schema, tuples) on the three backend modules) stable.
Prerequisites
Acceptance criteria
Verification
gem list relationizer --remote shows 1.0.0
- README audit: every documented example executed in
bin/console matches its #=> comment
Background
v1.0.0 is the API-freeze release: after v0.5.0 ships and the consistency matrix (#23) pins down cross-backend behavior, declare the public API (
create_relation_literal(schema, tuples)on the three backend modules) stable.Prerequisites
Acceptance criteria
required_ruby_version(from Add gemspec metadata, required_ruby_version, and a CHANGELOG #16) still matches CI matrix; drop or add Ruby versions consciously and note it in the CHANGELOG1.0.0, CHANGELOG entry writtenv1.0.0pushed (human GO), release workflow single green run, gem on rubygems.orgVerification
gem list relationizer --remoteshows 1.0.0bin/consolematches its#=>comment