Skip to content

Commit 00d0d39

Browse files
authored
chore(main): release pyaudiocast 0.1.10 (#24)
1 parent bde5b61 commit 00d0d39

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.9"
2+
".": "0.1.10"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.10](https://github.com/nicokim/PyAudioCast/compare/pyaudiocast-v0.1.9...pyaudiocast-v0.1.10) (2026-03-01)
4+
5+
6+
### Bug Fixes
7+
8+
* remove stderr redirect that suppressed Python logs ([#23](https://github.com/nicokim/PyAudioCast/issues/23)) ([bde5b61](https://github.com/nicokim/PyAudioCast/commit/bde5b613ce5e846d457f063df2ff619182d72f1b))
9+
310
## [0.1.9](https://github.com/nicokim/PyAudioCast/compare/pyaudiocast-v0.1.8...pyaudiocast-v0.1.9) (2026-02-26)
411

512

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyaudiocast"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)