Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit 7693fae

Browse files
authored
Merge pull request #45 from ethereumjs/new-release
New release v1.3.1
2 parents 9687870 + a48db56 commit 7693fae

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

9+
## [1.3.1] - 2020-05-11
10+
Updated ``tests`` submodule to
11+
[9687870](https://github.com/ethereum/tests/commit/b9f5fe33d4ebe8394f1f364bd824f1a0d8e9c345)
12+
(2020-04-27) `develop` branch state of the `ethereum/tests` library.
13+
14+
This is a pre-Berlin HF state (HF targeted for June/July 2020). Release is an intermediary
15+
release for testing purposes to adopt to eventual test setup changes in `ethereum/tests`
16+
on the usage side (`ethereumjs-vm`).
17+
18+
Behavioral changes can be tracked along Issue
19+
https://github.com/ethereumjs/ethereumjs-testing/issues/44 on this repo.
20+
21+
[1.3.1]: https://github.com/ethereumjs/ethereumjs-testing/compare/v1.3.0...v1.3.1
22+
923
## [1.3.0] - 2019-11-12
1024
Updated ``tests`` submodule to [v7.0.0-beta.1](https://github.com/ethereum/tests/releases/tag/v7.0.0-beta.1) ``ethereum/tests`` release. This is the first release on
1125
`ethereum/tests` with substantial **Istanbul support**.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-testing",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "test utils for ethereumjs-*",
55
"main": "index.js",
66
"scripts": {

tests

Submodule tests updated 3313 files

0 commit comments

Comments
 (0)