Bump version: 0.11.7rc1 → 0.11.7
This commit is contained in:
parent
4d986a509e
commit
aa425c5c69
4 changed files with 22 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.11.7rc1
|
||||
current_version = 0.11.7
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -8,19 +8,16 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
*
|
||||
*
|
||||
*
|
||||
|
||||
### Changed
|
||||
* Video player switched from plyr to render-media
|
||||
*
|
||||
*
|
||||
|
||||
### Fixed
|
||||
* Video player should behave better on streaming
|
||||
* Daemon times out more quickly when it cannot start
|
||||
* Connection should fail more cleanly, rather than get stuck entirely
|
||||
* Closing modal dialogs was broken on some download and stream errors
|
||||
* Discover landing page improperly showed loading error when it was loading correctly
|
||||
*
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
*
|
||||
|
@ -30,6 +27,21 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
*
|
||||
|
||||
## [0.11.7] - 2017-05-30
|
||||
|
||||
### Changed
|
||||
* Video player switched from plyr to render-media
|
||||
|
||||
|
||||
### Fixed
|
||||
* Video player should behave better on streaming
|
||||
* Daemon times out more quickly when it cannot start
|
||||
* Connection should fail more cleanly, rather than get stuck entirely
|
||||
* Closing modal dialogs was broken on some download and stream errors
|
||||
* Discover landing page improperly showed loading error when it was loading correctly
|
||||
|
||||
|
||||
|
||||
## [0.11.6] - 2017-05-29
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"version": "0.11.7rc1",
|
||||
"version": "0.11.7",
|
||||
"main": "main.js",
|
||||
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
|
||||
"author": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lbry-web-ui",
|
||||
"version": "0.11.7rc1",
|
||||
"version": "0.11.7",
|
||||
"description": "LBRY UI",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
|
Loading…
Add table
Reference in a new issue