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]
|
[bumpversion]
|
||||||
current_version = 0.9.0rc10
|
current_version = 0.9.0rc11
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||||
|
|
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -8,15 +8,25 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
* "Back to LBRY" button on Watch page
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* In error modal, hide details in expandable section
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
|
||||||
|
## [0.9.0rc11] - 2017-02-27
|
||||||
|
### Added
|
||||||
|
* "Back to LBRY" button on Watch page
|
||||||
|
### Changed
|
||||||
|
* In error modal, hide details in expandable section
|
||||||
### Fixed
|
### Fixed
|
||||||
* On load screen, always show Cancel link if a previous page is available
|
* 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
|
* When user hits "Watch," don't check balance if download already started
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lbry-web-ui",
|
"name": "lbry-web-ui",
|
||||||
"version": "0.9.0rc10",
|
"version": "0.9.0rc11",
|
||||||
"description": "LBRY web ui",
|
"description": "LBRY web ui",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
|
Loading…
Reference in a new issue