Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
v0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrock committed Oct 19, 2017
1 parent 4b38815 commit 367b9fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# hevm changelog

## [0.10.6] - 2017-10-19
- Enable library linking for unit tests and debugger
- Use the same default gas/balance values as `ethrun`

## [0.10.5] - 2017-10-17
- Better trace output including arguments and return values
- Proof of concept coverage analysis via `dapp-test --coverage`
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}:
mkDerivation {
pname = "hevm";
version = "0.10.5";
version = "0.10.6";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion hevm.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name:
hevm
version:
0.10.5
0.10.6
synopsis:
Ethereum virtual machine evaluator
homepage:
Expand Down

0 comments on commit 367b9fa

Please sign in to comment.