Skip to content

Commit

Permalink
Bump version to 2.0.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ali1234 committed Jun 8, 2021
1 parent b7e6c63 commit c5c32f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
pyFLAC Changelog
----------------

**v2.0.0**

* Added `seek` and `tell` callbacks to `StreamEncoder`
* Renamed the write callbacks from `callback` to `write_callback` for `StreamEncoder` and `StreamDecoder`

**v1.0.0**

* Added a `StreamEncoder` to compress raw audio data on-the-fly into a FLAC byte stream
Expand Down
2 changes: 1 addition & 1 deletion pyflac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ------------------------------------------------------------------------------

__title__ = 'pyFLAC'
__version__ = '1.0.1'
__version__ = '2.0.0'
__all__ = [
'StreamEncoder',
'FileEncoder',
Expand Down

0 comments on commit c5c32f7

Please sign in to comment.