File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.5.0-alpha.0
2
+ current_version = 0.5.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
- ## [ 0.5.0] - unreleased
3
+ ## [ 0.5.0] - 2019-06-07
4
4
5
5
- Changed: [ #[ 131] ( https://github.com/chfast/ethash/pull/131 )]
6
6
The Keccak implementation has been moved to separate library "keccak",
33
33
- Added: Experimental support for [ ProgPoW] [ 0.9.1] [ ProgPoW-changelog ] .
34
34
35
35
36
- [ 0.5.0 ] : https://github.com/chfast/ethash/compare/release/0.4...master
36
+ [ 0.5.0 ] : https://github.com/chfast/ethash/releases/tag/v0.5.0
37
37
[ 0.4.4 ] : https://github.com/chfast/ethash/releases/tag/v0.4.4
38
38
[ 0.4.3 ] : https://github.com/chfast/ethash/releases/tag/v0.4.3
39
39
[ 0.4.2 ] : https://github.com/chfast/ethash/releases/tag/v0.4.2
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ HunterGate(
32
32
)
33
33
34
34
project (ethash)
35
- set (PROJECT_VERSION 0.5.0-alpha.0 )
35
+ set (PROJECT_VERSION 0.5.0)
36
36
37
37
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)
38
38
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 " 0.5.0-alpha.0 "
9
+ #define ETHASH_VERSION " 0.5.0"
10
10
11
11
#ifdef __cplusplus
12
12
namespace ethash
You can’t perform that action at this time.
0 commit comments