Skip to content

Commit

Permalink
CSDK-2302 prepare daily-python 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Apr 10, 2024
1 parent c125fcd commit 499dc68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 49 deletions.
46 changes: 1 addition & 45 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,57 +5,13 @@ 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.7.3] - 2024-04-09

### Fixed

<!-- for fixed bugs -->

- Fixed an issue that could cause video and audio renderers not to work if they
were registered after the media track was already being received.

### Performance

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

- n/a

### Security

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

- n/a

### Other

<!-- for everything else -->

- n/a

## [0.7.2] - 2024-03-22

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions 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.7.2"
version = "0.7.3"
edition = "2021"
license = "BSD 2-Clause License"
resolver = "2"
Expand Down

0 comments on commit 499dc68

Please sign in to comment.