diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c17c08f7..af718e59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.3.0"} +{".":"1.4.0"} diff --git a/pikaraoke/CHANGELOG.md b/pikaraoke/CHANGELOG.md new file mode 100644 index 00000000..2fb817f2 --- /dev/null +++ b/pikaraoke/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## [1.4.0](https://github.com/vicwomg/pikaraoke/compare/v1.3.0...1.4.0) (2024-09-03) + + +### Features + +* add a setup script ([2d0e973](https://github.com/vicwomg/pikaraoke/commit/2d0e973717892ec072afb0344a969f471e0400e9)) +* create python package ([0c97670](https://github.com/vicwomg/pikaraoke/commit/0c97670bea36eb0f8affa17fd23212f64bbed6a7)) +* upgrade yt-dlp on all pikaraoke runs ([fedd6ed](https://github.com/vicwomg/pikaraoke/commit/fedd6ed64e53a1e0fec4bc75368e767b57fa6b7e)) + + +### Bug Fixes + +* 287 bug: paths with spaces don't work ([f25e326](https://github.com/vicwomg/pikaraoke/commit/f25e32676066754c69f7bfb5b75b54c84ec7d866)) +* modify files minimally to make it run ([168abbb](https://github.com/vicwomg/pikaraoke/commit/168abbb069412c1c2913a222623b0bfa0e5ccdf7)) +* python-pygame name for apt installation ([be028ab](https://github.com/vicwomg/pikaraoke/commit/be028ab030f3a5a9e6463d9bcbabf6f957ea0dfe)) +* resolve issues with commitlint attempt [#1](https://github.com/vicwomg/pikaraoke/issues/1) ([4c375e6](https://github.com/vicwomg/pikaraoke/commit/4c375e665f2333d527335e16d7db6093d96ed5a5)) + + +### Documentation + +* add conventional commits badge ([0c63c7d](https://github.com/vicwomg/pikaraoke/commit/0c63c7db4933bfe4549b19b04dc7a46a342039a6)) +* rewrite README ([78df2e8](https://github.com/vicwomg/pikaraoke/commit/78df2e8bfc492c75d3befc09b777fdef8d4855fb)) diff --git a/pikaraoke/version.py b/pikaraoke/version.py index e4befbfd..5a4bbac5 100644 --- a/pikaraoke/version.py +++ b/pikaraoke/version.py @@ -1 +1 @@ -__version__ = "1.3.0" # {x-release-please-version} +__version__ = "1.4.0" # {x-release-please-version} diff --git a/pyproject.toml b/pyproject.toml index b02d17f3..c5260937 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pikaraoke" -version = "1.3.0" +version = "1.4.0" description = "Youtube-based Karaoke machine for Raspberry Pi, OSX, Windows, and Linux" authors = ["Vic Wong"]