Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
Santo follows [Semantic Versioning](https://semver.org/). Before 1.0, a minor
version may contain breaking public API changes.
## 0.2.0 — 2026-07-30
First packaged release.
- Decode modern VINs and pre-standard Porsche chassis numbers through a
stable tagged-tuple API.
- Distinguish US and rest-of-world VIN contracts, including
market-conditional check-digit validation.
- Resolve marque-specific model semantics from VDS and serial blocks.
- Preserve model-year and chassis-era ambiguity instead of guessing.
- Propose repairs for dirty identifiers without applying them silently.
- Produce stable VIN, chassis, and disputed identity keys.
- Compile vendored source-attributed reference tables into the library.
- Keep the vPIC Oracle and golden corpus outside the runtime package.