File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.0.0-alpha.0
2
+ current_version = 1.0.0
3
3
tag = True
4
4
sign_tags = True
5
5
tag_message = ethash {new_version}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 1.0.0] — unreleased
3
+ ## [ 1.0.0] — 2022-08-25
4
4
5
5
- Removed: Deprecated function ` ethash_verify() ` has been removed.
6
6
Use ` ethash_verify_against_boundary() ` .
144
144
- Added: Experimental support for [ ProgPoW] [ 0.9.1] [ ProgPoW-changelog ] .
145
145
146
146
147
- [ 1.0.0 ] : https://github.com/chfast/ethash/compare/v0.9.0..master
147
+ [ 1.0.0 ] : https://github.com/chfast/ethash/releases/tag/v10.0.0
148
148
[ 0.9.0 ] : https://github.com/chfast/ethash/releases/tag/v0.9.0
149
149
[ 0.8.0 ] : https://github.com/chfast/ethash/releases/tag/v0.8.0
150
150
[ 0.7.1 ] : https://github.com/chfast/ethash/releases/tag/v0.7.1
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo
19
19
include (cmake/Hunter/init.cmake)
20
20
21
21
project (ethash)
22
- set (PROJECT_VERSION 1.0.0-alpha.0 )
22
+ set (PROJECT_VERSION 1.0.0)
23
23
24
24
cable_configure_compiler(NO_STACK_PROTECTION)
25
25
if (CABLE_COMPILER_GNULIKE)
Original file line number Diff line number Diff line change 6
6
#pragma once
7
7
8
8
/* * The ethash library version. */
9
- #define ETHASH_VERSION " 1.0.0-alpha.0 "
9
+ #define ETHASH_VERSION " 1.0.0"
10
10
11
11
#ifdef __cplusplus
12
12
namespace ethash
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def run(self):
67
67
68
68
setup (
69
69
name = 'ethash' ,
70
- version = '1.0.0-alpha.0 ' ,
70
+ version = '1.0.0' ,
71
71
description =
72
72
"C/C++ implementation of Ethash – the Ethereum Proof of Work algorithm" ,
73
73
url = 'https://github.com/chfast/ethash' ,
You can’t perform that action at this time.
0 commit comments