Skip to content

Commit

Permalink
Prepare for 0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigellute committed Dec 23, 2019
1 parent bcb444c commit eebce7d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.11.0] - 2019-12-23

- Add support for adding an album and following a playlist. NOTE: that this will require the user to grant more permissions [#172](https://github.com/Rigellute/spotify-tui/pull/172)
- Make seeking amount configurable [#168](https://github.com/Rigellute/spotify-tui/pull/168)
- Add shortcuts to jump to the start or the end of a playlist [#167](https://github.com/Rigellute/spotify-tui/pull/167)
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.10.0"
version = "0.11.0"
authors = ["Alexander Keliris <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion how_to_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The releases are automated via GitHub actions, using [this configuration file](h

The release is triggered by pushing a tag.

1. Bump the version in `Cargo.toml`
1. Bump the version in `Cargo.toml` and run the app to update the `lock` file
1. Update the "Unreleased" header for the new version in the `CHANGELOG`
1. Create a new tag e.g. `git tag -a v0.7.0`
1. Push the tag `git push --tags`
Expand Down

0 comments on commit eebce7d

Please sign in to comment.