Bump version: 0.17.1rc1 → 0.17.1

This commit is contained in:
Jeremy Kauffman 2017-10-25 17:57:51 -04:00
parent 6ca3a1a881
commit c8cc05b685
4 changed files with 22 additions and 9 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.17.1rc1
current_version = 0.17.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?

View file

@ -12,14 +12,12 @@ Web UI version numbers should always match the corresponding version of LBRY App
*
### Changed
* Updated daemon to 0.17.1. 0.17.1 contains several more download fixes that are backwards incompatible, making this a near mandatory upgrade.
* Continuing to standardize and improve design. File selectors, checkboxes, radios, and a number of other elements got substantial improvements.
* [Electron](https://github.com/electron/electron) version upgraded. Most relevantly, this fixes URI handling in Linux.
* Chat links and text updated to remove references to Slack.
*
*
### Fixed
* Fixed handling of empty search results.
* Fixed minimum channel length name(#689).
*
*
### Deprecated
*
@ -29,6 +27,21 @@ Web UI version numbers should always match the corresponding version of LBRY App
*
*
## [0.17.1] - 2017-10-25
### Changed
* Updated daemon to 0.17.1. 0.17.1 contains several more download fixes that are backwards incompatible, making this a near mandatory upgrade.
* Continuing to standardize and improve design. File selectors, checkboxes, radios, and a number of other elements got substantial improvements.
* [Electron](https://github.com/electron/electron) version upgraded. Most relevantly, this fixes URI handling in Linux.
* Chat links and text updated to remove references to Slack.
### Fixed
* Fixed handling of empty search results.
* Fixed minimum channel length name(#689).
## [0.17.0] - 2017-10-12
### Added

View file

@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.17.1rc1",
"version": "0.17.1",
"main": "main.js",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"author": {

View file

@ -1,6 +1,6 @@
{
"name": "lbry-web-ui",
"version": "0.17.1rc1",
"version": "0.17.1",
"description": "LBRY UI",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",