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

Commit

Permalink
ethminer 0.18.0
Browse files Browse the repository at this point in the history
Bump version: 0.18.0-rc.0 → 0.18.0
  • Loading branch information
chfast committed Jul 23, 2019
1 parent bad8536 commit 80fbba1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[bumpversion]
current_version = 0.18.0-rc.0
current_version = 0.18.0
tag = True
sign_tags = True
tag_message = ethminer {new_version}
commit = True
message = ethminer {new_version}

Bump version: {current_version} → {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<prerel>rc|alpha)\.(?P<prerelver>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{prerel}.{prerelver}
{major}.{minor}.{patch}

[bumpversion:part:prerel]
optional_value = rel
values =
values =
alpha
rc
rel
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

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

## [0.18.0] - 2019-07-23

This comment has been minimized.

Copy link
@curtcurt871

curtcurt871 Mar 26, 2021

CHANGELOG.md


This comment has been minimized.

Copy link
@curtcurt871

curtcurt871 Mar 26, 2021

0 19aloha.0

## [0.17.1] - 2019-02-28

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


[0.18.0]: https://github.com/ethereum-mining/ethminer/releases/tag/v0.18.0
[0.17.1]: https://github.com/ethereum-mining/ethminer/releases/tag/v0.17.1
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ HunterGate(
)

project(ethminer)
set(PROJECT_VERSION 0.18.0-rc.0)
set(PROJECT_VERSION 0.18.0)

cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)

Expand Down

0 comments on commit 80fbba1

Please sign in to comment.