Skip to content

Commit 661518d

Browse files
Jonathan SchleußerJonathan Schleußer
authored andcommitted
Release libmpv 2.0.1
1 parent 03a0b5f commit 661518d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## Version 2.0.1
46
* Fix `playlist_previous_*` commands using wrong mpv command ([issue](https://github.com/ParadoxSpiral/libmpv-rs/issues/17))
57
* Use local libmpv-sys as dependency except on crates.io
68

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ members = ["libmpv-sys"]
2020

2121
[package]
2222
name = "libmpv"
23-
version = "2.0.0"
23+
version = "2.0.1"
2424
edition = "2018"
2525
authors = ["ParadoxSpiral <[email protected]>"]
2626
license = "LGPL-2.1"

0 commit comments

Comments
 (0)