# v0.1.0 — Foundation
The first published release of `clock-lib`: the project scaffold, standards baseline, and continuous integration are in place, establishing a stable foundation for the implementation work ahead.
## Highlights
- **Project foundation.** Repository structure, dual licensing (Apache-2.0 OR MIT), and the engineering standards baseline are established.
- **Continuous integration.** CI runs across Linux, macOS, and Windows on both stable Rust and the minimum supported version (1.75).
- **Documentation framework.** Public API reference and developer guidelines are scaffolded and ready to grow alongside the implementation.
## What's Next
The upcoming releases deliver the core time-reading API: monotonic and wall-clock readings, unix-time conveniences, and the mockable `Clock` trait that makes time-driven systems deterministically testable.
## Compatibility
- **MSRV:** Rust 1.85
- **Edition:** 2024
- **Platforms:** Linux, macOS, Windows