From 0ca6b5ec719a47f4262cf5f1a70247af78a8ffab Mon Sep 17 00:00:00 2001 From: Nicolas Kim <31737009+nicokim@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:52:35 -0300 Subject: [PATCH] chore(main): release pyaudiocast 0.1.8 --- .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 55c86c8..a46f218 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.7" + ".": "0.1.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2166535..5cc5387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.8](https://github.com/nicokim/PyAudioCast/compare/pyaudiocast-v0.1.7...pyaudiocast-v0.1.8) (2026-02-24) + + +### Features + +* auto-negotiate device config with resample and upmix ([#19](https://github.com/nicokim/PyAudioCast/issues/19)) ([8f0d5e4](https://github.com/nicokim/PyAudioCast/commit/8f0d5e41dc1bb18f4623856bb39eb81ad4a59163)) + ## [0.1.7](https://github.com/nicokim/PyAudioCast/compare/pyaudiocast-v0.1.6...pyaudiocast-v0.1.7) (2026-02-24) diff --git a/Cargo.toml b/Cargo.toml index 4a47022..9a87404 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyaudiocast" -version = "0.1.7" +version = "0.1.8" edition = "2021" [lib]