38 lines
1.4 KiB
Markdown
38 lines
1.4 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
- **Architecture Documentation**: New `docs/*/architecture/` section with ADRs
|
|
- ADR-001: stratum-embeddings - Unified embedding library with caching, fallback,
|
|
and VectorStore trait (SurrealDB for Kogral, LanceDB for Provisioning/Vapora)
|
|
- ADR-002: stratum-llm - Unified LLM provider library with CLI credential detection,
|
|
circuit breaker, caching, and Kogral integration
|
|
- **Bilingual ADRs**: Full English and Spanish versions of all architecture documents
|
|
- **README updates**: Added Stratum Crates section and updated documentation structure
|
|
|
|
### Changed
|
|
|
|
- Documentation structure now includes `architecture/adrs/` subdirectory in both
|
|
language directories (en/es)
|
|
|
|
## [0.1.0] - 2026-01-22
|
|
|
|
### Added
|
|
|
|
- Initial repository setup
|
|
- Main documentation structure (bilingual en/es)
|
|
- Branding assets (logos, icons, social variants)
|
|
- CI/CD configuration (GitHub Actions, Woodpecker)
|
|
- Language guidelines (Rust, Nickel, Nushell, Bash)
|
|
- Pre-commit hooks configuration
|
|
|
|
[Unreleased]: https://repo.jesusperez.pro/jesus/stratumiops/compare/v0.1.0...HEAD
|
|
[0.1.0]: https://repo.jesusperez.pro/jesus/stratumiops/releases/tag/v0.1.0
|