diff --git a/CHANGELOG b/CHANGELOG index 58a0b74..b799541 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +hardshare client (0.13.1) + + * New command to check correctness of local configuration: `hardshare check` + + * Documentation moved to main rerobots docs repository: https://github.com/rerobots/docs + + -- Scott C. Livingston Mon, 05 Aug 2024 12:53:38 -0700 + + hardshare client (0.13.0) * Support streaming from cameras on macOS. diff --git a/Cargo.lock b/Cargo.lock index 9de74f3..1a69251 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1214,7 +1214,7 @@ dependencies = [ [[package]] name = "hardshare" -version = "0.13.1-devel" +version = "0.13.1" dependencies = [ "actix", "actix-codec", diff --git a/Cargo.toml b/Cargo.toml index 4e28dee..0cda6c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "share your hardware through the rerobots infrastructure" homepage = "https://hardshare.dev/" repository = "https://github.com/rerobots/hardshare" license = "Apache-2.0" -version = "0.13.1-devel" +version = "0.13.1" authors = ["Scott C. Livingston "] edition = "2018" readme = "README.md"