Bump version: 0.9.0rc10 → 0.9.0rc11
This commit is contained in:
parent
a97cd34407
commit
1ccbbe721f
3 changed files with 18 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.9.0rc10
|
||||
current_version = 0.9.0rc11
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -8,20 +8,30 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
* "Back to LBRY" button on Watch page
|
||||
*
|
||||
*
|
||||
*
|
||||
|
||||
### Changed
|
||||
* In error modal, hide details in expandable section
|
||||
*
|
||||
*
|
||||
*
|
||||
|
||||
### Fixed
|
||||
* On load screen, always show Cancel link if a previous page is available
|
||||
* When user hits "Watch," don't check balance if download already started
|
||||
* Restore UI version on Help page
|
||||
* Fix sorting on My Files page
|
||||
*
|
||||
*
|
||||
*
|
||||
|
||||
## [0.9.0rc11] - 2017-02-27
|
||||
### Added
|
||||
* "Back to LBRY" button on Watch page
|
||||
### Changed
|
||||
* In error modal, hide details in expandable section
|
||||
### Fixed
|
||||
* On load screen, always show Cancel link if a previous page is available
|
||||
* When user hits "Watch," don't check balance if download already started
|
||||
* Restore UI version on Help page
|
||||
* Fix sorting on My Files page
|
||||
|
||||
## [0.9.0rc9] - 2017-02-22
|
||||
### Changed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lbry-web-ui",
|
||||
"version": "0.9.0rc10",
|
||||
"version": "0.9.0rc11",
|
||||
"description": "LBRY web ui",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
|
Loading…
Reference in a new issue