Skip to content

Commit

Permalink
(release) Version up v2.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
piakushin committed Feb 10, 2022
1 parent 7b64b18 commit cea61ce
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 16 deletions.
14 changes: 5 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,21 @@ Bob versions changelog


#### Fixed
- Ubuntu docker image build error (#412)
- No more use of MockBobClient in production (#389)
- Fix partitions removal response code (#405)


#### Updated


## [2.0.0] - ####-##-##
#### Added


#### Changed


## [2.0.0-alpha.12] - 2021-12-10
#### Fixed
- Ubuntu docker image build error (#412)
- No more use of MockBobClient in production (#389)
- Fix partitions removal response code (#405)


#### Updated
- Upgrade pearl to v0.9.1


## [2.0.0-alpha.11] - 2021-12-10
Expand Down
2 changes: 1 addition & 1 deletion bob-apps/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob-apps"
version = "2.0.0"
version = "2.0.0-alpha.12"
authors = ["Kirill Bushminkin <kb@qoollo.com>", "Pavel Iakushin <pyakushin@qoollo.com>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions bob-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob-backend"
version = "2.0.0"
version = "2.0.0-alpha.12"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
Expand Down Expand Up @@ -35,7 +35,7 @@ tower = "0.4"
tower-service = "0.3"

[dependencies.pearl]
version = "=0.9.0"
version = "=0.9.1"

[dependencies.tokio]
version = "1.14"
Expand Down
2 changes: 1 addition & 1 deletion bob-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob-common"
version = "2.0.0"
version = "2.0.0-alpha.12"
authors = ["Kirill Bushminkin <kb@qoollo.com>", "Pavel Iakushin <pyakushin@qoollo.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bob-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob-grpc"
version = "2.0.0"
version = "2.0.0-alpha.12"
authors = ["Kirill Bushminkin <kb@qoollo.com>", "Pavel Iakushin <pyakushin@qoollo.com>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions bob/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob"
version = "2.0.0"
version = "2.0.0-alpha.12"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
Expand Down Expand Up @@ -41,7 +41,7 @@ tower = "0.4"
tower-service = "0.3"

[dependencies.pearl]
version = "=0.9.0"
version = "=0.9.1"

[dependencies.tokio]
version = "1.14"
Expand Down

0 comments on commit cea61ce

Please sign in to comment.