Bump version: 0.20.0-rc9 → 0.20.0
This commit is contained in:
parent
f9ec562c64
commit
8c1ee786ce
3 changed files with 27 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.20.0-rc9
|
||||
current_version = 0.20.0
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
36
CHANGELOG.md
36
CHANGELOG.md
|
@ -8,23 +8,15 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
* Added Automatic Dark Mode ([#950](https://github.com/lbryio/lbry-app/pull/950))
|
||||
* Re-introduce build dir / dist dir option for isolated build environments ([#933](https://github.com/lbryio/lbry-app/pull/933))
|
||||
* Added sms as a method for reward identity verification ([#946](https://github.com/lbryio/lbry-app/pull/946))
|
||||
* Added auto-update ([#808](https://github.com/lbryio/lbry-app/pull/808))
|
||||
*
|
||||
|
||||
*
|
||||
|
||||
### Changed
|
||||
* Refactored Electron's main process ([#951](https://github.com/lbryio/lbry-app/pull/951))
|
||||
* Refactored lbryuri.js into separate named exports ([#957](https://github.com/lbryio/lbry-app/pull/957))
|
||||
* Upgraded Daemon to [version 18.2](https://github.com/lbryio/lbry/releases/tag/v0.18.2) ([#961](https://github.com/lbryio/lbry-app/pull/961))
|
||||
* Upgraded Electron for security patch ([commit](https://github.com/lbryio/lbry-app/commit/48cc82b86d79ea35e3c529b420957d9dd6043209))
|
||||
*
|
||||
*
|
||||
|
||||
### Fixed
|
||||
* Fixed issues in documentation ([#945](https://github.com/lbryio/lbry-app/pull/945))
|
||||
* Fixed linting errors ([#929](https://github.com/lbryio/lbry-app/pull/929))
|
||||
*
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
|
@ -35,6 +27,28 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
*
|
||||
|
||||
## [0.20.0] - 2018-01-30
|
||||
|
||||
### Added
|
||||
* Added Automatic Dark Mode ([#950](https://github.com/lbryio/lbry-app/pull/950))
|
||||
* Re-introduce build dir / dist dir option for isolated build environments ([#933](https://github.com/lbryio/lbry-app/pull/933))
|
||||
* Added sms as a method for reward identity verification ([#946](https://github.com/lbryio/lbry-app/pull/946))
|
||||
* Added auto-update ([#808](https://github.com/lbryio/lbry-app/pull/808))
|
||||
|
||||
|
||||
### Changed
|
||||
* Refactored Electron's main process ([#951](https://github.com/lbryio/lbry-app/pull/951))
|
||||
* Refactored lbryuri.js into separate named exports ([#957](https://github.com/lbryio/lbry-app/pull/957))
|
||||
* Upgraded Daemon to [version 18.2](https://github.com/lbryio/lbry/releases/tag/v0.18.2) ([#961](https://github.com/lbryio/lbry-app/pull/961))
|
||||
* Upgraded Electron for security patch ([commit](https://github.com/lbryio/lbry-app/commit/48cc82b86d79ea35e3c529b420957d9dd6043209))
|
||||
|
||||
|
||||
### Fixed
|
||||
* Fixed issues in documentation ([#945](https://github.com/lbryio/lbry-app/pull/945))
|
||||
* Fixed linting errors ([#929](https://github.com/lbryio/lbry-app/pull/929))
|
||||
|
||||
|
||||
|
||||
## [0.19.4] - 2018-01-08
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"version": "0.20.0-rc9",
|
||||
"version": "0.20.0",
|
||||
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
||||
"homepage": "https://lbry.io/",
|
||||
"bugs": {
|
||||
|
|
Loading…
Reference in a new issue