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

Commit 7a2939d

Browse files
committed
Bump version and CHANGELOG.md
1 parent ec7e883 commit 7a2939d

4 files changed

Lines changed: 25 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## Parity-Ethereum [v2.7.1](https://github.com/paritytech/parity-ethereum/releases/tag/v2.7.1)
2+
Parity Ethereum v2.7.2-stable is a patch version release of parity-ethereum.
3+
Starting in the 2.7.x series of releases, parity-ethereum is switching to a single `stable` release
4+
track. As a result, any clients that currently receive updates from the `beta`
5+
track should switch to the `stable` track.
6+
Due to database format changes, upgrading from 2.5.x or 2.6.x is one-way only.
7+
8+
The full list of included changes:
9+
10+
* Cargo.lock: new lockfile format (#11448)
11+
* Cargo.lock: cargo update -p kvdb-rocksdb (#11447)
12+
* rlp_derive: cleanup (#11446)
13+
* Avoid long state queries when serving GetNodeData requests (#11444)
14+
* update kvdb-rocksdb to 0.4 (#11442)
15+
* Remove dead bootnodes, add new geth bootnodes (#11441)
16+
* goerli: replace foundation bootnode (#11433)
17+
* fix: export hardcoded sync format (#11416)
18+
* verification: fix race same block + misc (#11400)
19+
* update classic testnet bootnodes (#11398)
20+
* gcc to clang (#11453)
21+
122
## Parity-Ethereum [v2.7.1](https://github.com/paritytech/parity-ethereum/releases/tag/v2.7.1)
223
Parity Ethereum v2.7.1-stable is a patch version release of parity-ethereum.
324
Starting in the 2.7.x series of releases, parity-ethereum is switching to a single `stable` release

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Parity Ethereum client"
33
name = "parity-ethereum"
44
# NOTE Make sure to update util/version/Cargo.toml as well
5-
version = "2.7.1"
5+
version = "2.7.2"
66
license = "GPL-3.0"
77
authors = ["Parity Technologies <admin@parity.io>"]
88

util/version/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
name = "parity-version"
55
# NOTE: this value is used for Parity Ethereum version string (via env CARGO_PKG_VERSION)
6-
version = "2.7.1"
6+
version = "2.7.2"
77
authors = ["Parity Technologies <admin@parity.io>"]
88
build = "build.rs"
99

0 commit comments

Comments
 (0)