diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a46f218..b5f714f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.8" + ".": "0.1.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc5387..223e75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.9](https://github.com/nicokim/PyAudioCast/compare/pyaudiocast-v0.1.8...pyaudiocast-v0.1.9) (2026-02-26) + + +### Bug Fixes + +* update python stubs ([#21](https://github.com/nicokim/PyAudioCast/issues/21)) ([b8211eb](https://github.com/nicokim/PyAudioCast/commit/b8211eb781ee9d5c58c7c4f6da25d6b28445a031)) + ## [0.1.8](https://github.com/nicokim/PyAudioCast/compare/pyaudiocast-v0.1.7...pyaudiocast-v0.1.8) (2026-02-24) diff --git a/Cargo.toml b/Cargo.toml index 9a87404..8e60fa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyaudiocast" -version = "0.1.8" +version = "0.1.9" edition = "2021" [lib]