Skip to content

Commit

Permalink
CSDK-2098 prepare for daily-python 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Feb 14, 2024
1 parent ca1e97f commit 9e40cd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 39 deletions.
40 changes: 3 additions & 37 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,7 @@ All notable changes to the **daily-python** SDK will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

<!-- for new functionality -->

- n/a

### Changed

<!-- for changed functionality -->

- n/a

### Deprecated

<!-- for soon-to-be removed functionality -->

- n/a

### Removed

<!-- for removed functionality -->

- n/a
## [0.6.2] - 2024-02-14

### Fixed

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

### Performance

<!-- for performance-relevant changes -->

- n/a

### Security

<!-- for security-relevant changes -->

- n/a

### Other

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

- Updated `pyaudio` demo to only use non-blocking virtual devices.

## [0.6.1] - 2024-01-22

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "daily-python"
version = "0.6.1"
version = "0.6.2"
edition = "2021"
license = "LicenseRef-Daily-co-Proprietary"
resolver = "2"
Expand Down

0 comments on commit 9e40cd5

Please sign in to comment.