Skip to content

Commit

Permalink
prepare for daily-python 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Dec 22, 2024
1 parent 68e72cf commit 22a1550
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [0.14.2] - 2024-12-22

### Fixed

- Fixed type hints for `CallClient.send_app_message()`.

## [0.14.1] - 2024-12-22

### Changed
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.14.1"
version = "0.14.2"
edition = "2021"
license = "BSD 2-Clause License"
resolver = "2"
Expand Down

0 comments on commit 22a1550

Please sign in to comment.