Skip to content

Commit

Permalink
release hevm 0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChico committed Jan 26, 2021
1 parent 346a562 commit dc992eb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.32.0] - 2021-01-26

## Changed

Expand Down
2 changes: 1 addition & 1 deletion src/dapp/libexec/dapp/dapp---version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
echo dapp 0.31.1
echo dapp 0.32.0
# use a custom path is DAPP_SOLC is set
SOLC=${DAPP_SOLC:-solc}
$SOLC --version
Expand Down
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

## Unreleased
## 0.44.0 - 2020-01-26

### Added

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.43.2
0.44.0
synopsis:
Ethereum virtual machine evaluator
description:
Expand Down
2 changes: 1 addition & 1 deletion src/seth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.10.0] - 2021-01-26

## Changed

Expand Down
4 changes: 2 additions & 2 deletions src/seth/libexec/seth/seth---version
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
cat <<.
seth 0.9.4
Copyright (C) 2016-2020 Daniel Brockman <[email protected]>
seth 0.10.0
Copyright (C) 2016-2021 Daniel Brockman <[email protected]>
License: GNU GPL version 3 or later <https://gnu.org/licenses/gpl>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Expand Down

0 comments on commit dc992eb

Please sign in to comment.