Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 5f81dd4

Browse files
committed
Update to version 0.2.2
1 parent 96392c7 commit 5f81dd4

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,26 @@
22

33
The format is based on [Keep a Changelog](http://keepachangelog.com/).
44

5-
## [Unreleased](https://github.com/trailofbits/etheno/compare/v0.2.0...HEAD)
5+
## [Unreleased](https://github.com/trailofbits/etheno/compare/v0.2.2...HEAD)
66

7-
### 0.2.1 — 2019-02-07
7+
## 0.2.2 — 2019-04-11
8+
9+
### Added
10+
11+
- Updated to support a [newer version of Echidna](https://github.com/crytic/echidna/tree/dev-etheno)
12+
- We are almost at feature parity with Echidna master, which we expect to happen at the next release
13+
- Two new commandline options to export raw transactions as a JSON file
14+
- New `--truffle-cmd` argument to specify the build command
15+
16+
### Changed
17+
18+
- The [`BrokenMetaCoin` example](examples/BrokenMetaCoin) was updated to a newer version of Solidity
19+
20+
### Fixed
21+
22+
- Fixes a bug in honoring the `--ganache-args` option
23+
24+
## 0.2.1 — 2019-02-07
825

926
Bugfix release.
1027

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
description='Etheno is a JSON RPC multiplexer, Manticore wrapper, differential fuzzer, and test framework integration tool.',
77
url='https://github.com/trailofbits/etheno',
88
author='Trail of Bits',
9-
version='0.2.1',
9+
version='0.2.2',
1010
packages=find_packages(),
1111
python_requires='>=3.6',
1212
install_requires=[

0 commit comments

Comments
 (0)