From 17d8a39561d970b666575c985adb893d5e195aa2 Mon Sep 17 00:00:00 2001 From: Vicwomg Date: Mon, 23 Sep 2024 11:41:33 -0700 Subject: [PATCH] chore(master): release 1.5.1 (#400) :robot: I have created a release *beep* *boop* --- ## [1.5.1](https://github.com/vicwomg/pikaraoke/compare/1.5.0...1.5.1) (2024-09-23) ### Bug Fixes * 500 error when renaming while queued ([#399](https://github.com/vicwomg/pikaraoke/issues/399)) ([d84fcb3](https://github.com/vicwomg/pikaraoke/commit/d84fcb3ac8974a56e533c2bc3a2c2a58f91baee2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- pikaraoke/CHANGELOG.md | 7 +++++++ pikaraoke/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ef197571..73bc8f80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.5.0"} +{".":"1.5.1"} diff --git a/pikaraoke/CHANGELOG.md b/pikaraoke/CHANGELOG.md index c14d5454..08ce67ca 100644 --- a/pikaraoke/CHANGELOG.md +++ b/pikaraoke/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/vicwomg/pikaraoke/compare/1.5.0...1.5.1) (2024-09-23) + + +### Bug Fixes + +* 500 error when renaming while queued ([#399](https://github.com/vicwomg/pikaraoke/issues/399)) ([d84fcb3](https://github.com/vicwomg/pikaraoke/commit/d84fcb3ac8974a56e533c2bc3a2c2a58f91baee2)) + ## [1.5.0](https://github.com/vicwomg/pikaraoke/compare/1.4.1...1.5.0) (2024-09-04) diff --git a/pikaraoke/version.py b/pikaraoke/version.py index efc21ecf..041ed108 100644 --- a/pikaraoke/version.py +++ b/pikaraoke/version.py @@ -1 +1 @@ -__version__ = "1.5.0" # {x-release-please-version} +__version__ = "1.5.1" # {x-release-please-version} diff --git a/pyproject.toml b/pyproject.toml index d7e6c8af..b30fc13c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pikaraoke" -version = "1.5.0" +version = "1.5.1" description = "Youtube-based Karaoke machine for Raspberry Pi, OSX, Windows, and Linux" authors = ["Vic Wong"] readme = "docs/README.md"