We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a0b5f commit 661518dCopy full SHA for 661518d
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## Unreleased
4
+
5
+## Version 2.0.1
6
* Fix `playlist_previous_*` commands using wrong mpv command ([issue](https://github.com/ParadoxSpiral/libmpv-rs/issues/17))
7
* Use local libmpv-sys as dependency except on crates.io
8
Cargo.toml
@@ -20,7 +20,7 @@ members = ["libmpv-sys"]
20
21
[package]
22
name = "libmpv"
23
-version = "2.0.0"
+version = "2.0.1"
24
edition = "2018"
25
authors = ["ParadoxSpiral <[email protected]>"]
26
license = "LGPL-2.1"
0 commit comments