Skip to content

Commit

Permalink
(release) Version up v2.1.0-alpha.10 (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikopylov authored May 11, 2023
1 parent b0ce691 commit 2325e0b
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Bob versions changelog

## [Unreleased]
#### Added


#### Changed


#### Fixed


#### Updated



## [2.1.0-alpha.10] - 2023-05-11
#### Added
- Quorum argument for manual workflow dispatch for integration tests (#749)
- Reconnect to a node when Ping is received from it (#625)
- Fast ping at the start (#657)
Expand Down
14 changes: 12 additions & 2 deletions bob-access/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
[package]
name = "bob-access"
version = "2.1.0-alpha.9"
authors = ["Pavel Iakushin <pyakushin@qoollo.com>"]
version = "2.1.0-alpha.10"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
"Nikita Menshov",
"Ilia Kopylov",
"Ivan Druzhitskiy",
"Vladimir Stepanenko",
"Pavel Perestoronin",
"Konstantin Konnov",
"Konstantin Bulany"
]
edition = "2021"

[dependencies]
Expand Down
9 changes: 8 additions & 1 deletion bob-apps/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[package]
name = "bob-apps"
version = "2.1.0-alpha.9"
version = "2.1.0-alpha.10"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
"Nikita Menshov",
"Ilia Kopylov",
"Ivan Druzhitskiy",
"Vladimir Stepanenko",
"Pavel Perestoronin",
"Konstantin Konnov",
"Konstantin Bulany"
]
edition = "2021"

Expand Down
9 changes: 8 additions & 1 deletion bob-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[package]
name = "bob-backend"
version = "2.1.0-alpha.9"
version = "2.1.0-alpha.10"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
"Nikita Menshov",
"Ilia Kopylov",
"Ivan Druzhitskiy",
"Vladimir Stepanenko",
"Pavel Perestoronin",
"Konstantin Konnov",
"Konstantin Bulany"
]
edition = "2021"

Expand Down
14 changes: 12 additions & 2 deletions bob-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
[package]
name = "bob-common"
version = "2.1.0-alpha.9"
authors = ["Kirill Bushminkin <kb@qoollo.com>", "Pavel Iakushin <pyakushin@qoollo.com>"]
version = "2.1.0-alpha.10"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
"Nikita Menshov",
"Ilia Kopylov",
"Ivan Druzhitskiy",
"Vladimir Stepanenko",
"Pavel Perestoronin",
"Konstantin Konnov",
"Konstantin Bulany"
]
edition = "2021"

[dependencies]
Expand Down
14 changes: 12 additions & 2 deletions bob-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
[package]
name = "bob-grpc"
version = "2.1.0-alpha.9"
authors = ["Kirill Bushminkin <kb@qoollo.com>", "Pavel Iakushin <pyakushin@qoollo.com>"]
version = "2.1.0-alpha.10"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
"Nikita Menshov",
"Ilia Kopylov",
"Ivan Druzhitskiy",
"Vladimir Stepanenko",
"Pavel Perestoronin",
"Konstantin Konnov",
"Konstantin Bulany"
]
edition = "2021"

[dependencies]
Expand Down
9 changes: 8 additions & 1 deletion bob/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[package]
name = "bob"
version = "2.1.0-alpha.9"
version = "2.1.0-alpha.10"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
"Nikita Menshov",
"Ilia Kopylov",
"Ivan Druzhitskiy",
"Vladimir Stepanenko",
"Pavel Perestoronin",
"Konstantin Konnov",
"Konstantin Bulany"
]
edition = "2021"

Expand Down

0 comments on commit 2325e0b

Please sign in to comment.