From 12af28bc3ff931149cf6918096b32bd1ef317f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Tue, 4 Feb 2025 19:22:16 +0100 Subject: [PATCH] Prepare for release v0.4.0 Also reconstruct the changelog for v0.3.1 which seems to have been lost. --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 476bd1f..1bad67d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +## 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`