From ffed2d3c6871b068f474f1302c7140a4bd31bc77 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 3 Oct 2023 21:51:16 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.0=20=E2=86=92=200.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index 62caad2a..64ff8bdc 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,4 +1,4 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.5.0" +version = "0.5.1" tag_format = "v$version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 45394140..ea760652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.5.1 (2023-10-03) + +### Fix + +- **auto-queuer**: Shuffle instead of random pick the next track + ## v0.5.0 (2022-07-31) ### Feat