Skip to content

Commit

Permalink
Updated changelog and bumped package version
Browse files Browse the repository at this point in the history
  • Loading branch information
codedbycurtis committed Mar 16, 2024
1 parent 11ed2ac commit f06abfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.2

- Updated to the more permissive MIT license.
- 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).)

## 1.0.1

- Fixed an issue causing a `TypeError` when casting a `Stream<Iterable<SearchResult>>` to a more specialised type.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: soundcloud_explode_dart
version: 1.0.1
version: 1.0.2
description: Scrape metadata about users, tracks, playlists, and albums from SoundCloud without requiring an account, API key, or rate-limiting.
homepage: https://github.com/codedbycurtis/soundcloud_explode_dart
repository: https://github.com/codedbycurtis/soundcloud_explode_dart
Expand Down

0 comments on commit f06abfa

Please sign in to comment.