Skip to content

Commit

Permalink
Release libmpv version 1.1.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 15, 2020
1 parent 896dd2b commit cd16f03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog

## 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`

## Version 1.0.1
* Use debug formatting in impl of `Display` trait for `Error`
4 changes: 2 additions & 2 deletions 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.0.1"
version = "1.1.0"
edition = "2018"
authors = ["ParadoxSpiral <[email protected]>"]
license = "LGPL-2.1"
Expand All @@ -32,7 +32,7 @@ keywords = ["media", "playback", "mpv", "libmpv"]


[dependencies]
libmpv-sys = {version = "3"}
libmpv-sys = { version = "3" }

[dev-dependencies]
crossbeam = "0.7"
Expand Down

0 comments on commit cd16f03

Please sign in to comment.