From b9b43f88a71217edbf7f1a52a4cdf40f81b699d0 Mon Sep 17 00:00:00 2001 From: Nicolas Kim <31737009+nicokim@users.noreply.github.com> Date: Tue, 24 Feb 2026 00:37:04 -0300 Subject: [PATCH] chore(main): release pyaudiocast 0.1.7 --- .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 0f24e47..55c86c8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.6" + ".": "0.1.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3967d6e..2166535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.7](https://github.com/nicokim/PyAudioCast/compare/pyaudiocast-v0.1.6...pyaudiocast-v0.1.7) (2026-02-24) + + +### Bug Fixes + +* update type stubs and dynamic version ([#17](https://github.com/nicokim/PyAudioCast/issues/17)) ([e0fad87](https://github.com/nicokim/PyAudioCast/commit/e0fad87d0f5c4e9da2507b41d853c16ac78a01fb)) + ## [0.1.6](https://github.com/nicokim/PyAudioCast/compare/pyaudiocast-v0.1.5...pyaudiocast-v0.1.6) (2026-02-23) diff --git a/Cargo.toml b/Cargo.toml index 147772a..4a47022 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyaudiocast" -version = "0.1.6" +version = "0.1.7" edition = "2021" [lib]