All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.0 - UNRELEASED
- Internal structure reorganized: Go implementation moved from repo root
into
internal/runtime/andinternal/library/subtrees. The root package is now a thin facade that re-exports all public symbols via type aliases and function wrappers.
- No breaking changes. Your existing code using
github.com/amikos-tech/chroma-go-localrequires zero modifications. - Import path unchanged:
github.com/amikos-tech/chroma-go-local - All 110+ exported symbols preserved with identical signatures
- Verified via
go-apidiffagainst v0.3.4 baseline