Skip to content

Commit 1e90091

Browse files
committed
daily-python: update CHANGELOG for 0.20.0
1 parent 6ec22f1 commit 1e90091

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ All notable changes to the **daily-python** SDK will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.20.0] - 2025-10-16
99

1010
### Changed
1111

1212
- Updated to PyO3 0.26.0.
1313

14+
### Fixed
15+
16+
- Fixed an issue that could cause a segmentation fault when switching or
17+
stopping the network while using custom audio sources.
18+
1419
## [0.19.9] - 2025-09-05
1520

1621
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "daily-python"
3-
version = "0.19.9"
3+
version = "0.20.0"
44
edition = "2021"
55
license = "BSD 2-Clause License"
66
resolver = "2"

0 commit comments

Comments
 (0)