From 2f691accb371b691ba1a1734afd853143bdc68ec Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Wed, 14 Feb 2024 09:24:48 -0500 Subject: [PATCH] bump version to v0.10.0 --- Cargo.lock | 16 ++++++++-------- client/package.json | 4 ++-- common/package.json | 4 ++-- crates/harness-tests/Cargo.toml | 2 +- crates/harness/Cargo.toml | 2 +- crates/ott-balancer-bin/Cargo.toml | 2 +- crates/ott-balancer-protocol/Cargo.toml | 2 +- crates/ott-balancer/Cargo.toml | 2 +- crates/ott-common/Cargo.toml | 2 +- package.json | 4 ++-- packages/ott-vis-datasource/package.json | 2 +- packages/ott-vis/package.json | 2 +- server/package.json | 4 ++-- tools/balancer-tester/Cargo.toml | 2 +- tools/ws-fuzz/Cargo.toml | 2 +- 15 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22a9d9aaf..fd1a5bdc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,7 +185,7 @@ dependencies = [ [[package]] name = "balancer-tester" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "clap", @@ -917,7 +917,7 @@ checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" [[package]] name = "harness" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "async-trait", @@ -947,7 +947,7 @@ dependencies = [ [[package]] name = "harness-tests" -version = "0.9.0" +version = "0.10.0" dependencies = [ "harness", "ott-balancer-protocol", @@ -1725,7 +1725,7 @@ dependencies = [ [[package]] name = "ott-balancer" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "async-trait", @@ -1761,7 +1761,7 @@ dependencies = [ [[package]] name = "ott-balancer-bin" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "ott-balancer", @@ -1770,7 +1770,7 @@ dependencies = [ [[package]] name = "ott-balancer-protocol" -version = "0.9.0" +version = "0.10.0" dependencies = [ "serde", "serde_json", @@ -1780,7 +1780,7 @@ dependencies = [ [[package]] name = "ott-common" -version = "0.9.0" +version = "0.10.0" dependencies = [ "async-trait", "futures-util", @@ -3776,7 +3776,7 @@ dependencies = [ [[package]] name = "ws-fuzz" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "websocket", diff --git a/client/package.json b/client/package.json index 1b57add62..1524736c1 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "ott-client", - "version": "0.9.0", + "version": "0.10.0", "license": "AGPL-3.0-or-later", "type": "module", "scripts": { @@ -53,4 +53,4 @@ "vite-plugin-vuetify": "2.0.1", "vitest": "^1.2.2" } -} \ No newline at end of file +} diff --git a/common/package.json b/common/package.json index 34f4e6541..fd7b64fe0 100644 --- a/common/package.json +++ b/common/package.json @@ -1,6 +1,6 @@ { "name": "ott-common", - "version": "0.9.0", + "version": "0.10.0", "license": "AGPL-3.0-or-later", "module": "es2020", "type": "module", @@ -17,4 +17,4 @@ "eslint-plugin-vitest": "0.3.22", "vitest": "^1.2.2" } -} \ No newline at end of file +} diff --git a/crates/harness-tests/Cargo.toml b/crates/harness-tests/Cargo.toml index 671c50e5f..a1406446a 100644 --- a/crates/harness-tests/Cargo.toml +++ b/crates/harness-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harness-tests" -version = "0.9.0" +version = "0.10.0" edition = "2021" [dependencies] diff --git a/crates/harness/Cargo.toml b/crates/harness/Cargo.toml index d893d5b69..421ef6a21 100644 --- a/crates/harness/Cargo.toml +++ b/crates/harness/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harness" -version = "0.9.0" +version = "0.10.0" edition = "2021" [dependencies] diff --git a/crates/ott-balancer-bin/Cargo.toml b/crates/ott-balancer-bin/Cargo.toml index 291722671..57efeb400 100644 --- a/crates/ott-balancer-bin/Cargo.toml +++ b/crates/ott-balancer-bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ott-balancer-bin" -version = "0.9.0" +version = "0.10.0" edition = "2021" [dependencies] diff --git a/crates/ott-balancer-protocol/Cargo.toml b/crates/ott-balancer-protocol/Cargo.toml index 7527f38fa..c7b542ea9 100644 --- a/crates/ott-balancer-protocol/Cargo.toml +++ b/crates/ott-balancer-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ott-balancer-protocol" -version = "0.9.0" +version = "0.10.0" edition = "2021" [dependencies] diff --git a/crates/ott-balancer/Cargo.toml b/crates/ott-balancer/Cargo.toml index bd6721a24..7c5043806 100644 --- a/crates/ott-balancer/Cargo.toml +++ b/crates/ott-balancer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ott-balancer" -version = "0.9.0" +version = "0.10.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/ott-common/Cargo.toml b/crates/ott-common/Cargo.toml index ad1d4f112..259fb1d6b 100644 --- a/crates/ott-common/Cargo.toml +++ b/crates/ott-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ott-common" -version = "0.9.0" +version = "0.10.0" edition = "2021" [dependencies] diff --git a/package.json b/package.json index b65bb5fcf..c062b4eed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opentogethertube", - "version": "0.9.0", + "version": "0.10.0", "private": true, "license": "AGPL-3.0-or-later", "engines": { @@ -63,4 +63,4 @@ "supertest": "6.3.3", "ts-node": "^10.9.1" } -} \ No newline at end of file +} diff --git a/packages/ott-vis-datasource/package.json b/packages/ott-vis-datasource/package.json index 39b786436..f72ec16a7 100644 --- a/packages/ott-vis-datasource/package.json +++ b/packages/ott-vis-datasource/package.json @@ -1,6 +1,6 @@ { "name": "ott-vis-datasource", - "version": "0.9.0", + "version": "0.10.0", "description": "Collects ott system state", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", diff --git a/packages/ott-vis/package.json b/packages/ott-vis/package.json index 5de66c4d3..224619e2a 100644 --- a/packages/ott-vis/package.json +++ b/packages/ott-vis/package.json @@ -1,6 +1,6 @@ { "name": "ott-vis", - "version": "0.9.0", + "version": "0.10.0", "description": "", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", diff --git a/server/package.json b/server/package.json index 9459c103f..c092066bb 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "ott-server", - "version": "0.9.0", + "version": "0.10.0", "license": "AGPL-3.0-or-later", "type": "module", "module": "esnext", @@ -64,4 +64,4 @@ "sqlite3": "5.1.5", "vitest": "^1.2.2" } -} \ No newline at end of file +} diff --git a/tools/balancer-tester/Cargo.toml b/tools/balancer-tester/Cargo.toml index 0a49c2560..8997ab9b9 100644 --- a/tools/balancer-tester/Cargo.toml +++ b/tools/balancer-tester/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "balancer-tester" -version = "0.9.0" +version = "0.10.0" edition = "2021" [dependencies] diff --git a/tools/ws-fuzz/Cargo.toml b/tools/ws-fuzz/Cargo.toml index b0022bff6..63009c830 100644 --- a/tools/ws-fuzz/Cargo.toml +++ b/tools/ws-fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ws-fuzz" -version = "0.9.0" +version = "0.10.0" edition = "2021" [dependencies]