Skip to content

Commit

Permalink
chore(master): release 1.5.1 (#400)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.5.1](1.5.0...1.5.1)
(2024-09-23)


### Bug Fixes

* 500 error when renaming while queued
([#399](#399))
([d84fcb3](d84fcb3))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
vicwomg authored Sep 23, 2024
1 parent d84fcb3 commit 17d8a39
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.5.0"}
{".":"1.5.1"}
7 changes: 7 additions & 0 deletions pikaraoke/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pikaraoke/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.0" # {x-release-please-version}
__version__ = "1.5.1" # {x-release-please-version}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 17d8a39

Please sign in to comment.