From 8f969b3e430442c03095ddd975a30eabfa32a035 Mon Sep 17 00:00:00 2001 From: Nicolas Kim <31737009+nicokim@users.noreply.github.com> Date: Wed, 25 Feb 2026 21:27:44 -0300 Subject: [PATCH] chore(main): release pyaudiocast 0.1.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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]