Skip to content

Commit cfb3f35

Browse files
committed
ethash 0.5.0
Bump version: 0.5.0-alpha.0 → 0.5.0
1 parent fd7945e commit cfb3f35

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0-alpha.0
2+
current_version = 0.5.0
33
tag = True
44
sign_tags = True
55
tag_message = ethash {new_version}

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.5.0] - unreleased
3+
## [0.5.0] - 2019-06-07
44

55
- Changed: [#[131](https://github.com/chfast/ethash/pull/131)]
66
The Keccak implementation has been moved to separate library "keccak",
@@ -33,7 +33,7 @@
3333
- Added: Experimental support for [ProgPoW] [0.9.1][ProgPoW-changelog].
3434

3535

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
3737
[0.4.4]: https://github.com/chfast/ethash/releases/tag/v0.4.4
3838
[0.4.3]: https://github.com/chfast/ethash/releases/tag/v0.4.3
3939
[0.4.2]: https://github.com/chfast/ethash/releases/tag/v0.4.2

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ HunterGate(
3232
)
3333

3434
project(ethash)
35-
set(PROJECT_VERSION 0.5.0-alpha.0)
35+
set(PROJECT_VERSION 0.5.0)
3636

3737
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)
3838

include/ethash/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#pragma once
77

88
/** The ethash library version. */
9-
#define ETHASH_VERSION "0.5.0-alpha.0"
9+
#define ETHASH_VERSION "0.5.0"
1010

1111
#ifdef __cplusplus
1212
namespace ethash

0 commit comments

Comments
 (0)