Skip to content

Commit d583657

Browse files
authored
*: Prepare v0.1.0 (#2)
1 parent 833f482 commit d583657

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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"
27
name = "testground"
8+
repository = "https://github.com/testground/sdk-rust/"
39
version = "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

0 commit comments

Comments
 (0)