Skip to content

Commit

Permalink
Merge branch 'release/v0.13' into p2p-stability
Browse files Browse the repository at this point in the history
  • Loading branch information
prekucki committed Sep 28, 2023
2 parents 61cb2b5 + 74b01cb commit f641c84
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <contact@golem.network>"]
Expand Down
2 changes: 1 addition & 1 deletion core/market/resolver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Golem Factory <contact@golem.network>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion exe-unit/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <contact@golem.network>"]
edition = "2018"
license = "GPL-3.0"
Expand Down
1 change: 0 additions & 1 deletion release.toml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f641c84

Please sign in to comment.