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

Commit 13348d5

Browse files
committed
Bumped version to v1.3.0, added CHANGELOG entry
1 parent 7707c42 commit 13348d5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ 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.0] - 2019-11-12
10+
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
11+
`ethereum/tests` with substantial **Istanbul support**.
12+
13+
Note that the release is coming with substantial format/location changes on the
14+
tests repo (see "Test Format Changes" section within the release notes), e.g.
15+
a new `LegacyTests` folder for tests on older HFs and a new subfolder structure
16+
for the `BlockchainTests`. These changes will likely require some adoption on
17+
integration.
18+
19+
[1.3.0]: https://github.com/ethereumjs/ethereumjs-testing/compare/v1.2.8...v1.3.0
20+
921
## [1.2.8] - 2019-03-20
1022
- Remove ``asyncawait`` dependency (browser compatibility),
1123
PR [#38](https://github.com/ethereumjs/ethereumjs-testing/pull/38)

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.2.8",
3+
"version": "1.3.0",
44
"description": "test utils for ethereumjs-*",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)