# 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.4](https://github.com/kantord/optative/compare/optative-v0.1.3...optative-v0.1.4) - 2026-07-23
### Added
- *(optative-script)* support custom reconciler backends ([#53](https://github.com/kantord/optative/pull/53))
- *(optative)* add jsonl-persisted OptativeJsonSet reconciler ([#52](https://github.com/kantord/optative/pull/52))
## [0.1.3](https://github.com/kantord/optative/compare/optative-v0.1.2...optative-v0.1.3) - 2026-07-19
### Other
- remove deprecated docs ([#41](https://github.com/kantord/optative/pull/41))
- *(optative)* update failures no longer auto-call exit ([#36](https://github.com/kantord/optative/pull/36))
- relax static bound ([#35](https://github.com/kantord/optative/pull/35))
## [0.1.2](https://github.com/kantord/optative/compare/optative-v0.1.1...optative-v0.1.2) - 2026-07-15
### Added
- expose optative through a scriptable cli ([#22](https://github.com/kantord/optative/pull/22))
## [0.1.1](https://github.com/kantord/optative/compare/v0.1.0...v0.1.1) - 2026-05-22
### Added
- add OptativeSet::with_initial_state for seeding externally-known state ([#3](https://github.com/kantord/optative/pull/3))