From 0a82ca4734cf2a2831df86876ae9158bf5b7d56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Thu, 16 Dec 2021 16:17:19 +0100 Subject: [PATCH] Prepare release v0.2.0 --- CHANGES.md | 9 +++++++++ solo5-elftool.opam | 5 ++--- test/dune | 2 -- test/solo5_elftool.ml | 0 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 test/dune delete mode 100644 test/solo5_elftool.ml diff --git a/CHANGES.md b/CHANGES.md index 967d405..d7f7c03 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +## 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 diff --git a/solo5-elftool.opam b/solo5-elftool.opam index 3fcf616..6f6eb3a 100644 --- a/solo5-elftool.opam +++ b/solo5-elftool.opam @@ -1,6 +1,6 @@ opam-version: "2.0" -homepage: "https://github.com/roburio/ocaml-solo5-elftool" -dev-repo: "git+https://github.com/roburio/ocaml-solo5-elftool.git" +homepage: "https://git.robur.io/robur/ocaml-solo5-elftool" +dev-repo: "git+https://git.robur.io/robur/ocaml-solo5-elftool.git" bug-reports: "https://github.com/roburio/ocaml-solo5-elftool/issues" doc: "https://roburio.github.io/ocaml-solo5-elftool/doc" maintainer: [ "team@robur.coop" ] @@ -10,7 +10,6 @@ license: "BSD-2-Clause" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] - ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ diff --git a/test/dune b/test/dune deleted file mode 100644 index 42159bc..0000000 --- a/test/dune +++ /dev/null @@ -1,2 +0,0 @@ -(test - (name solo5_elftool)) diff --git a/test/solo5_elftool.ml b/test/solo5_elftool.ml deleted file mode 100644 index e69de29..0000000