Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Prepare 0.2.0 release of 'medea-control-api-mock' crate
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Apr 9, 2021
1 parent 1000df4 commit 0bcb89c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 14 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion mock/control-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ All user visible changes to this project will be documented in this file. This p



## [0.2.0] · 2021-??-?? · To-be-done
## [0.2.0] · 2021-04-09
[0.2.0]: /../../tree/medea-control-api-mock-0.2.0/mock/control-api

[Diff](/../../compare/medea-control-api-mock-0.1.0...medea-control-api-mock-0.2.0)

### Added

- Endpoints:
Expand Down
2 changes: 1 addition & 1 deletion mock/control-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ clap = "2.33"
derive_more = "0.99"
dotenv = "0.15"
humantime-serde = "1.0"
medea-control-api-proto = { path = "../../proto/control-api" }
medea-control-api-proto = "0.2"
protobuf = "2.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 0bcb89c

Please sign in to comment.