Skip to content

Commit

Permalink
Prepare release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reynir committed Dec 16, 2021
1 parent d3c7b0c commit 0a82ca4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
5 changes: 2 additions & 3 deletions solo5-elftool.opam
Original file line number Diff line number Diff line change
@@ -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: [ "[email protected]" ]
Expand All @@ -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: [
Expand Down
2 changes: 0 additions & 2 deletions test/dune

This file was deleted.

Empty file removed test/solo5_elftool.ml
Empty file.

0 comments on commit 0a82ca4

Please sign in to comment.