ocaml-solo5-elftool/CHANGES.md

17 lines
428 B
Markdown
Raw Normal View History

2022-01-28 14:47:52 +00:00
## v0.3.0 (2022-01-28)
* Exceptions from Owee are caught in `query_abi` and `query_manifest`
2021-12-16 15:17:19 +00:00
## 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
2021-12-15 15:17:43 +00:00
## v0.1.0 (2021-12-15)
* Initial public release