Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit 80fbba1

Browse files
committed
ethminer 0.18.0
Bump version: 0.18.0-rc.0 → 0.18.0
1 parent bad8536 commit 80fbba1

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.bumpversion.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[bumpversion]
2-
current_version = 0.18.0-rc.0
2+
current_version = 0.18.0
33
tag = True
44
sign_tags = True
55
tag_message = ethminer {new_version}
66
commit = True
77
message = ethminer {new_version}
8-
8+
99
Bump version: {current_version} → {new_version}
1010
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<prerel>rc|alpha)\.(?P<prerelver>\d+))?
11-
serialize =
11+
serialize =
1212
{major}.{minor}.{patch}-{prerel}.{prerelver}
1313
{major}.{minor}.{patch}
1414

1515
[bumpversion:part:prerel]
1616
optional_value = rel
17-
values =
17+
values =
1818
alpha
1919
rc
2020
rel

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [0.18.0] - 2019-07-23
8+
79
## [0.17.1] - 2019-02-28
810

911
- Fixed [[#1843](https://github.com/ethereum-mining/ethminer/pull/1843)]:
@@ -72,4 +74,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7274
- Disabled Debug configuration for Visual Studio [#69](https://github.com/ethereum-mining/ethminer/issues/69) [#1131](https://github.com/ethereum-mining/ethminer/pull/1131).
7375

7476

77+
[0.18.0]: https://github.com/ethereum-mining/ethminer/releases/tag/v0.18.0
7578
[0.17.1]: https://github.com/ethereum-mining/ethminer/releases/tag/v0.17.1

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ HunterGate(
2020
)
2121

2222
project(ethminer)
23-
set(PROJECT_VERSION 0.18.0-rc.0)
23+
set(PROJECT_VERSION 0.18.0)
2424

2525
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)
2626

0 commit comments

Comments
 (0)