# 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.2](https://github.com/mickvangelderen/const-tools/compare/v0.1.1...v0.1.2) - 2026-03-19
### Added
- Add from_indices!
- Deny unreachable code in loop body
### Other
- Invoke example implementations
- Lint all targets
- Update compiler
- Fix repository link
## [0.1.1](https://github.com/mickvangelderen/const-tools/compare/v0.1.0...v0.1.1) - 2025-10-28
### Other
- More docs
- Split private macro rules
- Split destructure macro to clean up docs
- Add basic docs
## [0.1.0](https://github.com/mickvangelderen/const-tools/releases/tag/v0.1.0) - 2025-10-27
### Added
- Initial commit