Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioperrella committed Oct 8, 2020
1 parent 2b5b994 commit ce580e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.25.3
* MP3: Fix parser to not skip the first bytes if it's not an ID3 header

## 0.25.2
* Hotfix Moov parser

## 0.25.1
* MOV: Fix error "negative length"
* MOV: Fix reading dimensions in multi-track files
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.2'
VERSION = '0.25.3'
end

0 comments on commit ce580e9

Please sign in to comment.