From 26f846d33686cae69171d41785a07677ea69033c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Krzysztof=20Rekucki?= Date: Thu, 28 Sep 2023 13:36:14 +0200 Subject: [PATCH 1/4] release.toml removed unsuported flag: dev-version --- release.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/release.toml b/release.toml index 45cb2b526a..3217365194 100644 --- a/release.toml +++ b/release.toml @@ -1,5 +1,4 @@ sign-commit=true sign-tag=true -dev-version=false pre-release-commit-message="release {{crate_name}} {{version}}" enable-all-features=true From 01f232541c58a2240e42b9000322aced21a25270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Krzysztof=20Rekucki?= Date: Thu, 28 Sep 2023 13:42:16 +0200 Subject: [PATCH 2/4] version bump ya-runtime-api from 0.7.0 to 0.7.1 --- Cargo.lock | 2 +- exe-unit/runtime-api/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9da951577a..d8ed5b2e93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8666,7 +8666,7 @@ dependencies = [ [[package]] name = "ya-runtime-api" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "bytes 1.4.0", diff --git a/exe-unit/runtime-api/Cargo.toml b/exe-unit/runtime-api/Cargo.toml index e908b0f50f..1fc26fd63e 100644 --- a/exe-unit/runtime-api/Cargo.toml +++ b/exe-unit/runtime-api/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ya-runtime-api" description = "Communication API between the Runtime and ExeUnit Supervisor. Provides server implementation for Runtime and client implementation for Supervisor." -version = "0.7.0" +version = "0.7.1" authors = ["Golem Factory "] edition = "2018" license = "GPL-3.0" From 8f95ece391ca4a86d3d4e8c93aa6930a2288a88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Krzysztof=20Rekucki?= Date: Thu, 28 Sep 2023 13:51:23 +0200 Subject: [PATCH 3/4] fix ya-market-resolver dependency to ya-agreement-utils --- Cargo.lock | 2 +- core/market/resolver/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8ed5b2e93..0bbb2dae42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8298,7 +8298,7 @@ dependencies = [ "semver 0.11.0", "serde_json", "thiserror", - "ya-agreement-utils 0.4.1", + "ya-agreement-utils 0.5.0", ] [[package]] diff --git a/core/market/resolver/Cargo.toml b/core/market/resolver/Cargo.toml index 10ae369f4a..38527fe28d 100644 --- a/core/market/resolver/Cargo.toml +++ b/core/market/resolver/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Golem Factory "] edition = "2018" [dependencies] -ya-agreement-utils = "0.4.1" +ya-agreement-utils = "0.5.0" asnom = { git = "https://github.com/dequbed/asnom.git" } bigdecimal = "0.2" From 74b01cbe9692344d7a2619a052e47156fa34f7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Krzysztof=20Rekucki?= Date: Thu, 28 Sep 2023 13:59:53 +0200 Subject: [PATCH 4/4] ver bump 0.13.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bbb2dae42..537863b44b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9106,7 +9106,7 @@ dependencies = [ [[package]] name = "yagna" -version = "0.12.3" +version = "0.13.0" dependencies = [ "actix-rt", "actix-service", diff --git a/Cargo.toml b/Cargo.toml index 37aba34918..eafda1fc9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yagna" -version = "0.12.3" +version = "0.13.0" description = "Open platform and marketplace for distributed computations" readme = "README.md" authors = ["Golem Factory "]