Skip to content

Commit

Permalink
updated release material
Browse files Browse the repository at this point in the history
  • Loading branch information
anishnaik committed Nov 1, 2022
1 parent ecf46b2 commit b8771e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

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

## [Unreleased](https://github.com/trailofbits/etheno/compare/v0.3.0...HEAD)
## [Unreleased](https://github.com/trailofbits/etheno/compare/v0.3.2...HEAD)

## 0.3.0 - 2022-07-08
## 0.3.2 - 2022-11-01

### Fixed
- Dropped `rusty-rlp` dependency so that ARM Docker builds work as expected during QEMU emulation

## 0.3.1 - 2022-11-01

### Changed
- We are now using `ganache` instead of `ganache-cli` for running Ganache
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description="Etheno is a JSON RPC multiplexer, differential fuzzer, and test framework integration tool.",
url="https://github.com/trailofbits/etheno",
author="Trail of Bits",
version="0.3.1",
version="0.3.2",
packages=find_packages(),
python_requires=">=3.7",
install_requires=[
Expand Down

0 comments on commit b8771e8

Please sign in to comment.