From 9c8a597050fe6aad5d870fcc539d986337030400 Mon Sep 17 00:00:00 2001 From: wkargul Date: Mon, 4 Apr 2022 15:37:00 +0200 Subject: [PATCH 1/3] Fix for `cargo release` --- Cargo.toml | 2 +- model/Cargo.toml | 2 +- release.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 116a2dec..fb3ef3ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,5 +51,5 @@ env_logger = "0.7" structopt = "0.3" [package.metadata.release] -no-dev-version = true +dev-version = false enable-all-features = true diff --git a/model/Cargo.toml b/model/Cargo.toml index ccc8c245..af3b1a7b 100644 --- a/model/Cargo.toml +++ b/model/Cargo.toml @@ -30,5 +30,5 @@ secp256k1 = { version = "0.19", optional = true } openssl = { version = "0.10", optional = true } [package.metadata.release] -no-dev-version = true +dev-version = false enable-all-features = true diff --git a/release.toml b/release.toml index e0fc14ef..45cb2b52 100644 --- a/release.toml +++ b/release.toml @@ -1,5 +1,5 @@ sign-commit=true sign-tag=true -no-dev-version=true +dev-version=false pre-release-commit-message="release {{crate_name}} {{version}}" enable-all-features=true From ae88e769a243c4a93ed3e53ce335bfe87969cc44 Mon Sep 17 00:00:00 2001 From: wkargul Date: Mon, 4 Apr 2022 16:39:02 +0200 Subject: [PATCH 2/3] release ya-client-model 0.4.0 --- Cargo.toml | 2 +- model/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fb3ef3ab..f715539d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ members = [ ] [dependencies] -ya-client-model = { version= "^0.3", path = "model" } +ya-client-model = { version= "^0.4", path = "model" } awc = "2.0" actix-codec = "0.3" diff --git a/model/Cargo.toml b/model/Cargo.toml index af3b1a7b..75c898da 100644 --- a/model/Cargo.toml +++ b/model/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ya-client-model" -version = "0.3.2" +version = "0.4.0" description = "Yagna REST API data model" authors = ["Golem Factory "] homepage = "https://github.com/golemfactory/ya-client" From d518827b4d596444bc687e64d157a4610080b1c4 Mon Sep 17 00:00:00 2001 From: wkargul Date: Mon, 4 Apr 2022 16:44:42 +0200 Subject: [PATCH 3/3] release ya-client 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f715539d..9f0209f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ya-client" -version = "0.5.3" +version = "0.6.0" description = "Yagna REST API client async binding" authors = ["Golem Factory "] homepage = "https://github.com/golemfactory/ya-client"