Skip to content

Commit

Permalink
(release) Version up v2.0.14-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ikopylov committed May 11, 2023
1 parent b370846 commit 8268caa
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 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



## [v2.0.14-alpha.7] - 2023-05-11
#### Added
- Lookup existence in aliens (#576)
- Separate local and remote lookup (#585)

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.14-alpha.6"
version = "2.0.14-alpha.7"
authors = ["Kirill Bushminkin <kb@qoollo.com>", "Pavel Iakushin <pyakushin@qoollo.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion 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.14-alpha.6"
version = "2.0.14-alpha.7"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
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.14-alpha.6"
version = "2.0.14-alpha.7"
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.14-alpha.6"
version = "2.0.14-alpha.7"
authors = ["Kirill Bushminkin <kb@qoollo.com>", "Pavel Iakushin <pyakushin@qoollo.com>"]
edition = "2018"

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

0 comments on commit 8268caa

Please sign in to comment.