Bump version: 0.14.3rc3 → 0.14.3
This commit is contained in:
parent
7e6bce1ab2
commit
443ab0b804
4 changed files with 26 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.14.3rc3
|
||||
current_version = 0.14.3
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -8,18 +8,15 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
* Add tooltips to controls in header
|
||||
* New flow for rewards authentication failure
|
||||
*
|
||||
*
|
||||
|
||||
### Changed
|
||||
* Make it clearer how to skip identity verification and add link to FAQ
|
||||
* Reward-eligible content icon is now a rocket ship :D :D :D
|
||||
* Change install description shown by operating systems
|
||||
* Improved flow for when app is run with incompatible daemon
|
||||
*
|
||||
*
|
||||
|
||||
### Fixed
|
||||
* Corrected improper pluralization on loading screen
|
||||
*
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
|
@ -30,6 +27,25 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
*
|
||||
|
||||
## [0.14.3] - 2017-08-03
|
||||
|
||||
### Added
|
||||
* Add tooltips to controls in header
|
||||
* New flow for rewards authentication failure
|
||||
|
||||
|
||||
### Changed
|
||||
* Make it clearer how to skip identity verification and add link to FAQ
|
||||
* Reward-eligible content icon is now a rocket ship :D :D :D
|
||||
* Change install description shown by operating systems
|
||||
* Improved flow for when app is run with incompatible daemon
|
||||
|
||||
|
||||
### Fixed
|
||||
* Corrected improper pluralization on loading screen
|
||||
|
||||
|
||||
|
||||
## [0.14.2] - 2017-07-30
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"version": "0.14.3rc3",
|
||||
"version": "0.14.3",
|
||||
"main": "main.js",
|
||||
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
||||
"author": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lbry-web-ui",
|
||||
"version": "0.14.3rc3",
|
||||
"version": "0.14.3",
|
||||
"description": "LBRY UI",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
|
Loading…
Reference in a new issue