Skip to content

Commit

Permalink
Release libmpv 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Schleußer authored and Jonathan Schleußer committed Jul 26, 2020
1 parent c9cef66 commit 07daa5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## Unreleased

## Version 2.0.0
* Add method `Mpv::with_initializer` to set options before initialization
* [breaking] Borrow `&mut self` in `wait_event` to disallow using two events where the first points to data freed in the second `wait_event` call
* [breaking] `PropertyData<'a>` no longer `Clone` or `PartialEq`, `Event<'a>` no longer `Clone` to avoid cloning/comparing `MpvNode`
* [breaking] `PropertyData<'_>` is no longer `Clone` or `PartialEq`, `Event<'_>` is no longer `Clone` to avoid cloning/comparing `MpvNode`

## Version 1.1.0
* Add an `MpvNode` that implements `GetData`, i.a. with `MpvNodeArrayIter` and `MpvNodeMapIter` variants that support e.g. properties `audio-parmas` and `playlist`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = ["libmpv-sys"]

[package]
name = "libmpv"
version = "1.1.0"
version = "2.0.0"
edition = "2018"
authors = ["ParadoxSpiral <[email protected]>"]
license = "LGPL-2.1"
Expand Down

0 comments on commit 07daa5e

Please sign in to comment.