From 7ecdbe96d1ef987d6e1084ba25a53084a021213c Mon Sep 17 00:00:00 2001
From: kpcyrd <git@rxv.cc>
Date: Mon, 12 Apr 2021 23:30:28 +0200
Subject: [PATCH] Release 0.10.0

---
 Cargo.lock        | 10 +++++-----
 common/Cargo.toml |  2 +-
 daemon/Cargo.toml |  4 ++--
 release.toml      |  2 +-
 tests/Cargo.toml  |  6 +++---
 tools/Cargo.toml  |  4 ++--
 worker/Cargo.toml |  4 ++--
 7 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 5ce0afb..0f5d193 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1738,7 +1738,7 @@ dependencies = [
 
 [[package]]
 name = "rebuildctl"
-version = "0.9.1"
+version = "0.10.0"
 dependencies = [
  "chrono",
  "colored",
@@ -1760,7 +1760,7 @@ dependencies = [
 
 [[package]]
 name = "rebuilderd"
-version = "0.9.1"
+version = "0.10.0"
 dependencies = [
  "actix-web",
  "chrono",
@@ -1778,7 +1778,7 @@ dependencies = [
 
 [[package]]
 name = "rebuilderd-common"
-version = "0.9.1"
+version = "0.10.0"
 dependencies = [
  "anyhow",
  "chrono",
@@ -1794,7 +1794,7 @@ dependencies = [
 
 [[package]]
 name = "rebuilderd-tests"
-version = "0.9.1"
+version = "0.10.0"
 dependencies = [
  "actix-web",
  "colored",
@@ -1809,7 +1809,7 @@ dependencies = [
 
 [[package]]
 name = "rebuilderd-worker"
-version = "0.9.1"
+version = "0.10.0"
 dependencies = [
  "base64",
  "env_logger",
diff --git a/common/Cargo.toml b/common/Cargo.toml
index f379620..a011efc 100644
--- a/common/Cargo.toml
+++ b/common/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rebuilderd-common"
-version = "0.9.1"
+version = "0.10.0"
 description = "rebuilderd - common code"
 authors = ["kpcyrd <git@rxv.cc>"]
 license = "GPL-3.0"
diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml
index 13918a6..bd13baa 100644
--- a/daemon/Cargo.toml
+++ b/daemon/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rebuilderd"
-version = "0.9.1"
+version = "0.10.0"
 description = "rebuilderd - independent build verification daemon"
 authors = ["kpcyrd <git@rxv.cc>"]
 license = "GPL-3.0"
@@ -27,7 +27,7 @@ dirs-next = "2"
 dotenv = "0.15"
 env_logger = "0.8"
 rand = "0.8"
-rebuilderd-common = { version= "= 0.9.1", path="../common" }
+rebuilderd-common = { version= "= 0.10.0", path="../common" }
 serde = { version="1.0", features=["derive"] }
 structopt = "0.3"
 toml = "0.5.6"
diff --git a/release.toml b/release.toml
index 472c30e..cbf9589 100644
--- a/release.toml
+++ b/release.toml
@@ -1,4 +1,4 @@
 disable-tag = true
 no-dev-version = true
 consolidate-commits = true
-pre-release-commit-message = "Release 0.9.1"
+pre-release-commit-message = "Release 0.10.0"
diff --git a/tests/Cargo.toml b/tests/Cargo.toml
index 172a981..dfb58fa 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rebuilderd-tests"
-version = "0.9.1"
+version = "0.10.0"
 authors = ["kpcyrd <git@rxv.cc>"]
 edition = "2018"
 publish = false
@@ -12,8 +12,8 @@ actix-web = "3"
 colored = "2"
 env_logger = "0.8"
 futures = "0.3.8"
-rebuilderd = { version= "= 0.9.1", path="../daemon" }
-rebuilderd-common = { version= "= 0.9.1", path="../common" }
+rebuilderd = { version= "= 0.10.0", path="../daemon" }
+rebuilderd-common = { version= "= 0.10.0", path="../common" }
 structopt = "0.3"
 tempfile = "3"
 tokio = { version="1", features=["macros", "rt-multi-thread"] }
diff --git a/tools/Cargo.toml b/tools/Cargo.toml
index d95494d..92a40ea 100644
--- a/tools/Cargo.toml
+++ b/tools/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rebuildctl"
-version = "0.9.1"
+version = "0.10.0"
 description = "rebuilderd - rebuildctl client"
 authors = ["kpcyrd <git@rxv.cc>"]
 license = "GPL-3.0"
@@ -16,7 +16,7 @@ assets = [
 ]
 
 [dependencies]
-rebuilderd-common = { version= "= 0.9.1", path="../common" }
+rebuilderd-common = { version= "= 0.10.0", path="../common" }
 structopt = "0.3"
 env_logger = "0.8"
 reqwest = { version="0.11", features=["json"] }
diff --git a/worker/Cargo.toml b/worker/Cargo.toml
index 861070f..301ccf0 100644
--- a/worker/Cargo.toml
+++ b/worker/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rebuilderd-worker"
-version = "0.9.1"
+version = "0.10.0"
 description = "rebuilderd - rebuild worker"
 authors = ["kpcyrd <git@rxv.cc>"]
 license = "GPL-3.0"
@@ -18,7 +18,7 @@ assets = [
 ]
 
 [dependencies]
-rebuilderd-common = { version= "= 0.9.1", path="../common" }
+rebuilderd-common = { version= "= 0.10.0", path="../common" }
 structopt = "0.3"
 env_logger = "0.8"
 sodiumoxide = { version="0.2.5", features=["use-pkg-config"] }
-- 
GitLab