From 32b90cd729b52b520614a86a4a9c2d354d1ddbd3 Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 8 Apr 2021 21:50:14 +0300 Subject: [PATCH] Prepare 0.3.0 release of 'medea-client-api-proto' crate --- Cargo.lock | 2 +- proto/client-api/CHANGELOG.md | 4 ++-- proto/client-api/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ebf45cad..483502edb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2216,7 +2216,7 @@ dependencies = [ [[package]] name = "medea-client-api-proto" -version = "0.2.0" +version = "0.3.0" dependencies = [ "async-trait", "derive_more", diff --git a/proto/client-api/CHANGELOG.md b/proto/client-api/CHANGELOG.md index 6565988b6..e55c937ea 100644 --- a/proto/client-api/CHANGELOG.md +++ b/proto/client-api/CHANGELOG.md @@ -6,7 +6,7 @@ All user visible changes to this project will be documented in this file. This p -## [0.3.0] · 2021-??-?? · To-be-done +## [0.3.0] · 2021-04-09 [0.3.0]: /../../tree/medea-client-api-proto-0.3.0/proto/client-api [Diff](/../../compare/medea-client-api-proto-0.2.0...medea-client-api-proto-0.3.0) | [Milestone](/../../milestone/2) @@ -17,7 +17,7 @@ All user visible changes to this project will be documented in this file. This p ### Added -- Add `PeerUpdate::Removed` variant to the `PeerUpdated` event ([#109]). +- `PeerUpdate::Removed` variant to `PeerUpdated` event ([#109]). [#109]: /../../pull/109 [#139]: /../../pull/139 diff --git a/proto/client-api/Cargo.toml b/proto/client-api/Cargo.toml index 4c5755515..f4b2fe33d 100644 --- a/proto/client-api/Cargo.toml +++ b/proto/client-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "medea-client-api-proto" -version = "0.2.0" +version = "0.3.0" edition = "2018" resolver = "2" description = "Client API protocol implementation for Medea media server"