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.
--write no longer re-searches after a dry run with different flags. The final computed bounds from the last fully-completed run are now cached as a "confirmed" snapshot in opam-minver.json. A later --write run writes them directly, with no searching at all, as long as every dependency currently declared in the .opam file is covered, even if that run passes different flags than the one that found them. Skipped in favor of a normal search only when --ignore-bounds is passed but the snapshot was recorded without it, since that snapshot's search may have been narrower than what's now being asked for.Initial release.