From ad8667814b60215d73148290a080afe9c307fda7 Mon Sep 17 00:00:00 2001 From: Jade Date: Sun, 16 Jun 2024 14:37:19 +0200 Subject: [PATCH] bump version to 0.10.0.1 --- changelog.md | 4 ++++ libmpd.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 10e1898..ddde909 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +* v0.10.0.1 + - Fix build issues caused by removed symbols in dependencies + - Adjust `text` bounds + * v0.10.0.0 2021-01-25 - Require MPD version 0.19 or later. - Breaking: `list` now takes a `Query` instead of a `Maybe Artist`, and lists the requested tag of songs matching the query. diff --git a/libmpd.cabal b/libmpd.cabal index c667a3b..52e4f55 100644 --- a/libmpd.cabal +++ b/libmpd.cabal @@ -1,6 +1,6 @@ Cabal-Version: 2.4 Name: libmpd -Version: 0.10.0.0 +Version: 0.10.0.1 Synopsis: An MPD client library. Description: A client library for MPD, the Music Player Daemon. Category: Network, Sound