Skip to content

Commit f06abfa

Browse files
committed
Updated changelog and bumped package version
1 parent 11ed2ac commit f06abfa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.2
4+
5+
- Updated to the more permissive MIT license.
6+
- Implemented `SearchClient.getSuggestions(...)` for querying suggestions based on a given search query. (Thanks to [@brqnko](https://github.com/brqnko) in [#1](https://github.com/codedbycurtis/soundcloud_explode_dart/pull/1).)
7+
38
## 1.0.1
49

510
- Fixed an issue causing a `TypeError` when casting a `Stream<Iterable<SearchResult>>` to a more specialised type.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: soundcloud_explode_dart
2-
version: 1.0.1
2+
version: 1.0.2
33
description: Scrape metadata about users, tracks, playlists, and albums from SoundCloud without requiring an account, API key, or rate-limiting.
44
homepage: https://github.com/codedbycurtis/soundcloud_explode_dart
55
repository: https://github.com/codedbycurtis/soundcloud_explode_dart

0 commit comments

Comments
 (0)