Skip to content

Commit

Permalink
ethash 0.4.3
Browse files Browse the repository at this point in the history
Bump version: 0.4.2 → 0.4.3
  • Loading branch information
chfast committed Feb 19, 2019
1 parent 539c840 commit 441af90
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.2
current_version = 0.4.3
tag = True
commit = True
message = ethash {new_version}
Expand All @@ -18,5 +18,6 @@ values =
rel

[bumpversion:file:CMakeLists.txt]

[bumpversion:file:include/ethash/version.h]

4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.4.3] - unreleased
## [0.4.3] - 2019-02-19

- Added: [[#121](https://github.com/chfast/ethash/pull/121)]
The public `version.h` header with information about the ethash library version.
Expand All @@ -22,7 +22,7 @@
- Added: Experimental support for [ProgPoW] [0.9.1][ProgPoW-changelog].


[0.4.3]: https://github.com/chfast/ethash/compare/v0.4.2...master
[0.4.3]: https://github.com/chfast/ethash/releases/tag/v0.4.3
[0.4.2]: https://github.com/chfast/ethash/releases/tag/v0.4.2
[0.4.1]: https://github.com/chfast/ethash/releases/tag/v0.4.1
[0.4.0]: https://github.com/chfast/ethash/releases/tag/v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ HunterGate(
)

project(ethash)
set(PROJECT_VERSION 0.4.2)
set(PROJECT_VERSION 0.4.3)

cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)

Expand Down
2 changes: 1 addition & 1 deletion include/ethash/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#pragma once

/** The ethash library version. */
#define ETHASH_VERSION "0.4.2"
#define ETHASH_VERSION "0.4.3"

#ifdef __cplusplus
namespace ethash
Expand Down

0 comments on commit 441af90

Please sign in to comment.