Skip to content

Commit

Permalink
CSDK-2081 prepare daily-python 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Jan 18, 2024
1 parent 38e11f0 commit c0d85e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
20 changes: 1 addition & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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]
## [0.6.0] - 2024-01-18

### Added

Expand All @@ -23,12 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Renamed `session_id` field to `participantId` in `TranscriptionMessage`.

### Deprecated

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

- n/a

### Removed

- Removed `is_final`, `user_id` and `user_name` fields from
Expand Down Expand Up @@ -58,18 +52,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Emit `transcription-started` event if transcription is already started when
joining the room.

### Performance

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

- n/a

### Security

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

- n/a

### Other

- Added GStreamer media player demo.
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.5.4"
version = "0.6.0"
edition = "2021"
license = "LicenseRef-Daily-co-Proprietary"
resolver = "2"
Expand Down

0 comments on commit c0d85e9

Please sign in to comment.