Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Aleth 1.7.0
Browse files Browse the repository at this point in the history
Bump version: 1.7.0-rc.1 → 1.7.0
  • Loading branch information
chfast committed Nov 14, 2019
1 parent f9dd3cc commit cddaecd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.0-rc.1
current_version = 1.7.0
commit = True
message = Aleth {new_version}

Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## [1.7.0] - Unreleased
## [1.7.0] - 2019-11-14

- Added: [#5537](https://github.com/ethereum/aleth/pull/5537) Creating Ethereum Node Record (ENR) at program start.
- Added: [#5571](https://github.com/ethereum/aleth/pull/5571) Support Discovery v4 ENR Extension messages.
Expand Down Expand Up @@ -81,7 +81,7 @@
- Fixed: [#5181](https://github.com/ethereum/aleth/issues/5181) Fix building on PowerPC architecture where -mtune=generic is not available.


[1.7.0]: https://github.com/ethereum/aleth/compare/v1.6.0-alpha.0...master
[1.7.0]: https://github.com/ethereum/aleth/releases/tat/v1.7.0
[1.6.0]: https://github.com/ethereum/aleth/releases/tag/v1.6.0

[EVMC]: https://github.com/ethereum/evmc
[EVMC]: https://github.com/ethereum/evmc
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -47,7 +47,7 @@ HunterGate(
cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo)

project(aleth)
set(PROJECT_VERSION 1.7.0-rc.1)
set(PROJECT_VERSION 1.7.0)

cable_add_buildinfo_library(PROJECT_NAME aleth)

Expand Down

0 comments on commit cddaecd

Please sign in to comment.