ocaml-solo5-elftool/CHANGES.md
Reynir Björnsson 12af28bc3f Prepare for release v0.4.0
Also reconstruct the changelog for v0.3.1 which seems to have been lost.
2025-02-04 19:22:16 +01:00

25 lines
711 B
Markdown

## v0.4.0 (2025-02-04)
* Reimplement the necessary ELF parsing and drop the owee dependency. This makes it possible to use this library in Mirage.
* **BREAKING**: Switch to cachet instead of requiring the whole binary in memory.
## v0.3.1 (2022-03-16)
* Update to cmdliner 1.1.0
## v0.3.0 (2022-01-28)
* Exceptions from Owee are caught in `query_abi` and `query_manifest`
## v0.2.0 (2021-12-16)
* Rename binary from solo5-elftool to osolo5-elftool so it can co-exist with
the C binary
* Implement `query_abi` and `osolo5-elftool query-abi`
* Return a result error instead of an assertion exception on unknown manifest
entry types
* Remove noop tests
## v0.1.0 (2021-12-15)
* Initial public release