From d371a9518ba4cf7e40cc2bfee48926ac25c6c104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 28 May 2024 09:25:29 -0700 Subject: [PATCH] CSDK-2375 prepare for daily-python 0.9.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6e843..1ec0f83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.9.0] - 2024-05-28 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index e15329a..ad19955 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -468,7 +468,7 @@ dependencies = [ [[package]] name = "daily-python" -version = "0.8.0" +version = "0.9.0" dependencies = [ "daily-core", "futures", diff --git a/Cargo.toml b/Cargo.toml index 521bfea..7b7ae31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daily-python" -version = "0.8.0" +version = "0.9.0" edition = "2021" license = "BSD 2-Clause License" resolver = "2"