Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Riegler committed Jan 29, 2020
1 parent 61cb1eb commit dea7bcd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.2.0

- add token setter method for implicit grant
- add related artists
- add recently played artists
- add top tracks
- add categories
- add tracksByPlaylist
- fix currently playing

Please don't mind the weird commit history, I goofed and used rebase first and merge on the later pull requests.

## 0.1.6+3

- fix typo in tracks object
Expand Down
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: spotify
description: An incomplete dart library for interfacing with the Spotify Web API.
version: 0.1.6+3
version: 0.2.0
homepage: https://github.com/rinukkusu/spotify-dart
authors:
- rinukkusu <[email protected]>
- Chance Snow <[email protected]>
- Hayri Bakici
- Wesley Batista
- ebarnsli

This comment has been minimized.

Copy link
@ebarnsli

ebarnsli Jan 29, 2020

Contributor

🎉

- Ivan Mogilevsky <[email protected]>
- Igor Katsuba <[email protected]>

environment:
sdk: '>=2.0.0 <3.0.0'
Expand Down

0 comments on commit dea7bcd

Please sign in to comment.