Skip to content

Commit

Permalink
(release) Version up v2.1.0-alpha.9 (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikopylov authored Jan 16, 2023
1 parent 5d22950 commit ec22998
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 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.9] - 2023-01-16
#### Added
- Added exist key metrics to grinder and exist metrics to pearl (#709)

#### Changed
Expand Down
2 changes: 1 addition & 1 deletion bob-access/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bob-access"
version = "2.1.0-alpha.8"
version = "2.1.0-alpha.9"
authors = ["Pavel Iakushin <pyakushin@qoollo.com>"]
edition = "2021"

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.1.0-alpha.8"
version = "2.1.0-alpha.9"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
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.1.0-alpha.8"
version = "2.1.0-alpha.9"
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.1.0-alpha.8"
version = "2.1.0-alpha.9"
authors = ["Kirill Bushminkin <kb@qoollo.com>", "Pavel Iakushin <pyakushin@qoollo.com>"]
edition = "2021"

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.1.0-alpha.8"
version = "2.1.0-alpha.9"
authors = ["Kirill Bushminkin <kb@qoollo.com>", "Pavel Iakushin <pyakushin@qoollo.com>"]
edition = "2021"

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.1.0-alpha.8"
version = "2.1.0-alpha.9"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
Expand Down

0 comments on commit ec22998

Please sign in to comment.