From 72808bf2057885db1eadb339fa7de062780b26bf Mon Sep 17 00:00:00 2001 From: Hexah Date: Fri, 28 Feb 2020 22:41:15 +0100 Subject: [PATCH] Update version to 0.0.10 --- CHANGELOG.md | 7 ++++++- pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f99e1..8a296bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,4 +37,9 @@ - Bug Fix(PR [11][11]): Use url when retrieving the video's content length. -[11]: https://github.com/Hexer10/youtube_explode_dart/pull/11 \ No newline at end of file +[11]: https://github.com/Hexer10/youtube_explode_dart/pull/11 + +## 0.0.10 + +- Bug fix: Don't throw when captions are not present. +- New extension: CaptionListExtension adding `getByTime` function. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 2eb9a24..fe330ce 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: youtube_explode_dart description: A port in dart of the youtube explode library. Support serveral API functions. -version: 0.0.9 +version: 0.0.10 homepage: https://github.com/Hexer10/youtube_explode_dart environment: