Skip to content

Commit

Permalink
Prepare medea-control-api-proto 0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Sep 25, 2023
1 parent e0fc5bf commit ae6ffdd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mock/control-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clap = { version = "4.0", features = ["derive", "wrap_help"] }
derive_more = "0.99"
dotenv = "0.15"
humantime-serde = "1.0"
medea-control-api-proto = { version = "0.10.0-dev", path = "../../proto/control-api", features = ["grpc", "client"] }
medea-control-api-proto = { version = "0.10", path = "../../proto/control-api", features = ["grpc", "client"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
slog = "2.5"
Expand Down
8 changes: 4 additions & 4 deletions proto/control-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ All user visible changes to this project will be documented in this file. This p



## [0.10.0] · unreleased
## [0.10.0] · 2023-09-25
[0.10.0]: /../../tree/medea-control-api-proto-0.10.0/proto/control-api

[Diff](/../../compare/medea-control-api-proto-0.9.0...medea-control-api-proto-0.10.0)

### Upgraded

- Dependencies:
- [`prost`] to `0.12` ([todo]);
- [`tonic`] to `0.10` ([todo]).
- [`prost`] to `0.12` ([7ab40e8a]);
- [`tonic`] to `0.10` ([7ab40e8a]).

[todo]: /../../commit/todo
[7ab40e8a]: /../../commit/7ab40e8a48b4add3ddee31935f11dbcd09cecece



Expand Down
2 changes: 1 addition & 1 deletion proto/control-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "medea-control-api-proto"
version = "0.10.0-dev"
version = "0.10.0"
edition = "2021"
rust-version = "1.62"
description = "Control API protocol implementation for Medea media server."
Expand Down

0 comments on commit ae6ffdd

Please sign in to comment.