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

Commit db18a23

Browse files
committedSep 28, 2018
Bump version: 0.16.0 → 0.16.1rc0
1 parent 278e425 commit db18a23

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.0
2+
current_version = 0.16.1rc0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<prerel>rc|\.dev)(?P<prerelver>\d+))?

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.16.1rc0
8+
9+
### Fixed
10+
11+
- Display interval correction [#1606](https://github.com/ethereum-mining/ethminer/pull/1606)
12+
713
## 0.16.0rc0
814

915
### Fixed

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ HunterGate(
2020
)
2121

2222
project(ethminer)
23-
set(PROJECT_VERSION 0.16.0)
23+
set(PROJECT_VERSION 0.16.1rc0)
2424

2525
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)
2626

0 commit comments

Comments
 (0)
This repository has been archived.