From 3c787cc94c334e5c04a04dd8e8fd51ef564d9065 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 14 Jul 2020 15:34:28 +0100 Subject: [PATCH] Prep for v1.0.1 --- CHANGELOG.rst | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3e35957..2b544b2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog ********* +v1.0.1 +======================================== + +- Mopidy Raspberry GPIO is now disabled by default (review and edit settings to enable) +- volume_up and volmue_down now support a step argument that governs the increment +- New action play_stop stops playback to avoid tying up the ALSA device, see #6 + v1.0.0 ======================================== diff --git a/setup.cfg b/setup.cfg index f286a08..304fa68 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = mopidy-raspberry-gpio -version = 1.0.0 +version = 1.0.1 url = https://github.com/pimoroni/mopidy-raspberry-gpio author = Phil Howard author_email = phil@pimoroni.com