Skip to content

Commit c0d85e9

Browse files
committed
CSDK-2081 prepare daily-python 0.6.0
1 parent 38e11f0 commit c0d85e9

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

CHANGELOG.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +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]
8+
## [0.6.0] - 2024-01-18
99

1010
### Added
1111

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

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

26-
### Deprecated
27-
28-
<!-- for soon-to-be removed functionality -->
29-
30-
- n/a
31-
3226
### Removed
3327

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

61-
### Performance
62-
63-
<!-- for performance-relevant changes -->
64-
65-
- n/a
66-
67-
### Security
68-
69-
<!-- for security-relevant changes -->
70-
71-
- n/a
72-
7355
### Other
7456

7557
- Added GStreamer media player demo.

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

0 commit comments

Comments
 (0)