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

Commit

Permalink
ethminer 0.19.0
Browse files Browse the repository at this point in the history
Bump version: 0.19.0-alpha.0 → 0.19.0
  • Loading branch information
chfast committed Aug 3, 2020
1 parent b5f27f5 commit a44e35a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.19.0-alpha.0
current_version = 0.19.0
tag = True
sign_tags = True
tag_message = ethminer {new_version}
Expand All @@ -20,4 +20,3 @@ values =
rel

[bumpversion:file:CMakeLists.txt]

5 changes: 4 additions & 1 deletion 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.19.0] - 2020-08-03

## [0.18.0] - 2019-07-23

## [0.17.1] - 2019-02-28
Expand Down Expand Up @@ -74,5 +76,6 @@ 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.19.0]: https://github.com/ethereum-mining/ethminer/releases/tag/v0.19.0
[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
[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.19.0-alpha.0)
set(PROJECT_VERSION 0.19.0)

cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)

Expand Down

3 comments on commit a44e35a

@Mooncoil
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yyhh

@birihtimal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slm

@birihtimal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Selamlar

Please sign in to comment.