This repository was archived by the owner on Jun 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.8.0-alpha.0
2+ current_version = 0.8.0
33tag = True
44sign_tags = True
55tag_message = ethash {new_version}
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 0.8.0] — unreleased
3+ ## [ 0.8.0] — 2021-11-09
44
55- Added: The new set of functions which verify Ethash hashes against difficulty
66 has been added to the library: ` verify_against_difficulty() ` and
124124 - Added: Experimental support for [ ProgPoW] [ 0.9.1] [ ProgPoW-changelog ] .
125125
126126
127- [ 0.8.0 ] : https://github.com/chfast/ethash/compare/ v0.7.1..master
127+ [ 0.8.0 ] : https://github.com/chfast/ethash/releases/tag/ v0.8.0
128128[ 0.7.1 ] : https://github.com/chfast/ethash/releases/tag/v0.7.1
129129[ 0.7.0 ] : https://github.com/chfast/ethash/releases/tag/v0.7.0
130130[ 0.6.0 ] : https://github.com/chfast/ethash/releases/tag/v0.6.0
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo
1919include (cmake/Hunter/init.cmake )
2020
2121project (ethash)
22- set (PROJECT_VERSION 0.8.0-alpha.0 )
22+ set (PROJECT_VERSION 0.8.0)
2323
2424cable_configure_compiler (NO_STACK_PROTECTION )
2525if (CABLE_COMPILER_GNULIKE)
Original file line number Diff line number Diff line change 66#pragma once
77
88/* * The ethash library version. */
9- #define ETHASH_VERSION " 0.8.0-alpha.0 "
9+ #define ETHASH_VERSION " 0.8.0"
1010
1111#ifdef __cplusplus
1212namespace ethash
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def run(self):
6868
6969setup (
7070 name = 'ethash' ,
71- version = '0.8.0-alpha.0 ' ,
71+ version = '0.8.0' ,
7272 description =
7373 "C/C++ implementation of Ethash – the Ethereum Proof of Work algorithm" ,
7474 url = 'https://github.com/chfast/ethash' ,
You can’t perform that action at this time.
0 commit comments