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

Commit b8771e8

Browse files
committed
updated release material
1 parent ecf46b2 commit b8771e8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

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

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

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

7-
## 0.3.0 - 2022-07-08
7+
## 0.3.2 - 2022-11-01
8+
9+
### Fixed
10+
- Dropped `rusty-rlp` dependency so that ARM Docker builds work as expected during QEMU emulation
11+
12+
## 0.3.1 - 2022-11-01
813

914
### Changed
1015
- We are now using `ganache` instead of `ganache-cli` for running Ganache

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
description="Etheno is a JSON RPC multiplexer, differential fuzzer, and test framework integration tool.",
66
url="https://github.com/trailofbits/etheno",
77
author="Trail of Bits",
8-
version="0.3.1",
8+
version="0.3.2",
99
packages=find_packages(),
1010
python_requires=">=3.7",
1111
install_requires=[

0 commit comments

Comments
 (0)