Skip to content

Commit 9e40cd5

Browse files
committed
CSDK-2098 prepare for daily-python 0.6.2
1 parent ca1e97f commit 9e40cd5

File tree

3 files changed

+5
-39
lines changed

3 files changed

+5
-39
lines changed

CHANGELOG.md

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,7 @@ 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]
9-
10-
### Added
11-
12-
<!-- for new functionality -->
13-
14-
- n/a
15-
16-
### Changed
17-
18-
<!-- for changed functionality -->
19-
20-
- n/a
21-
22-
### Deprecated
23-
24-
<!-- for soon-to-be removed functionality -->
25-
26-
- n/a
27-
28-
### Removed
29-
30-
<!-- for removed functionality -->
31-
32-
- n/a
8+
## [0.6.2] - 2024-02-14
339

3410
### Fixed
3511

@@ -49,23 +25,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4925
- Fixed a crash which could occur if the network connection drops soon after
5026
joining.
5127

52-
### Performance
53-
54-
<!-- for performance-relevant changes -->
55-
56-
- n/a
57-
58-
### Security
59-
60-
<!-- for security-relevant changes -->
61-
62-
- n/a
63-
6428
### Other
6529

6630
- Simplied demos by using `client_settings` parameter in `CallClient.join()`
6731
instead of a separate `CallClient.update_inputs()` call.
6832

33+
- Updated `pyaudio` demo to only use non-blocking virtual devices.
34+
6935
## [0.6.1] - 2024-01-22
7036

7137
### 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.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
license = "LicenseRef-Daily-co-Proprietary"
66
resolver = "2"

0 commit comments

Comments
 (0)