File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- ## [ 0.1.0] - [ unreleased ]
9+ ## [ 0.1.0] - 2022-01-24
1010### Added
11- - Add initial scaffolding with basic synchronization client.
11+ - Add initial scaffolding with basic synchronization client. See [ PR 1] .
12+
13+ [ PR 1 ] : https://github.com/testground/sdk-rust/pull/1
Original file line number Diff line number Diff line change 11[package ]
2+ authors = [
" Max Inden <[email protected] >" ]
3+ description = " The Rust SDK for developing Testground test plans."
4+ documentation = " https://docs.rs/testground"
5+ edition = " 2021"
6+ license = " Apache-2.0 OR MIT"
27name = " testground"
8+ repository = " https://github.com/testground/sdk-rust/"
39version = " 0.1.0"
4- edition = " 2021"
510
611# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
712
You can’t perform that action at this time.
0 commit comments