Skip to content

Commit

Permalink
Support m3u format
Browse files Browse the repository at this point in the history
  • Loading branch information
nitika080289 committed Jan 8, 2021
1 parent 5862cc8 commit 8c8c757
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.26.0
* Add support for M3U format files

## 0.25.6
* Fix FormatParser.parse (with `results: :first`) to be deterministic

Expand Down
2 changes: 1 addition & 1 deletion lib/format_parser/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FormatParser
VERSION = '0.25.6'
VERSION = '0.26.0'
end

0 comments on commit 8c8c757

Please sign in to comment.