Skip to content

Commit

Permalink
hevm 0.39 release (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChico authored Jul 13, 2020
1 parent 18d4e36 commit 67fb1a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/hevm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hevm changelog

## 0.39 - unreleased
## 0.39 - 2020-07-13
- Exposes abi encoding to cli
- Added cheat code `hevm.store(address a, bytes32 location, bytes32 value)`
- Removes `ExecMode`, always running as `ExecuteAsBlockchainTest`. This means that `hevm exec` now finalizes transactions as well.
Expand Down
2 changes: 1 addition & 1 deletion src/hevm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}:
mkDerivation {
pname = "hevm";
version = "0.38";
version = "0.39";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion src/hevm/hevm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 2.2
name:
hevm
version:
0.38
0.39
synopsis:
Ethereum virtual machine evaluator
description:
Expand Down

0 comments on commit 67fb1a6

Please sign in to comment.