Skip to content

Commit

Permalink
Prepare release 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigellute committed Mar 30, 2020
1 parent d790513 commit f338997
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

## [Unreleased]

- Add artist name in songs block [#365](https://github.com/Rigellute/spotify-tui/pull/365)
## [0.17.1] - 2020-03-30

### Fixed

- Artist name in songs block [#365](https://github.com/Rigellute/spotify-tui/pull/365) (fixes regression)
- Add basic view key binding to help menu

## [0.17.0] - 2020-03-20

### Added

- Show if search results are like/followed [#342](https://github.com/Rigellute/spotify-tui/pull/342)
- Show if search results are liked/followed [#342](https://github.com/Rigellute/spotify-tui/pull/342)
- Show currently playing track in song search menu and play through the searched tracks [#343](https://github.com/Rigellute/spotify-tui/pull/343)
- Add a "basic view" that only shows the playbar. Press `B` to get there [#344](https://github.com/Rigellute/spotify-tui/pull/344)
- Show currently playing top track [#347](https://github.com/Rigellute/spotify-tui/pull/347)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ documentation = "https://github.com/Rigellute/spotify-tui"
repository = "https://github.com/Rigellute/spotify-tui"
keywords = ["spotify", "tui", "cli", "terminal"]
categories = ["command-line-utilities"]
version = "0.17.0"
version = "0.17.1"
authors = ["Alexander Keliris <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
9 changes: 7 additions & 2 deletions how_to_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ The release is triggered by pushing a tag.

### Update `brew`

1. Download the `sha` file, copy the `sha` into the tap repo formula and bump the version there too
1. Push to the tap repo with the new `sha` and version
1. `cd` to the [`tap` repo](https://github.com/Rigellute/homebrew-tap)
1. Run script to update the Formula `sh scripts/spotify-tui.sh $VERSION`

### Update `scoop` (Windows 10)

1. `cd` to [the `scoop` repo](https://github.com/Rigellute/scoop-bucket)
1. Run the script to update the manifest `sh scripts/spotify-tui.sh $VERSION`

0 comments on commit f338997

Please sign in to comment.