Skip to content

Commit

Permalink
Release v2.0.0 alpha.8 (#371)
Browse files Browse the repository at this point in the history
* bump version

* Update CHANGELOG.md
  • Loading branch information
piakushin authored Nov 18, 2021
1 parent a19dbae commit 43a292b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Bob versions changelog

## [Unreleased]
#### Added
- Bloom filter offloading ([#301](https://github.com/qoollo/bob/pull/301))


#### Changed
Expand All @@ -16,6 +15,10 @@ Bob versions changelog
#### Updated


## [2.0.0-alpha.8] - 2021-11-18
#### Added
- Bloom filter offloading (#301)


## [2.0.0-alpha.7] - 2021-11-09
#### Added
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-alpha.7"
version = "2.0.0-alpha.8"
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.0-alpha.7"
version = "2.0.0-alpha.8"
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.0-alpha.7"
version = "2.0.0-alpha.8"
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-alpha.7"
version = "2.0.0-alpha.8"
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.0-alpha.7"
version = "2.0.0-alpha.8"
authors = [
"Kirill Bushminkin <kb@qoollo.com>",
"Pavel Iakushin <pyakushin@qoollo.com>",
Expand Down

0 comments on commit 43a292b

Please sign in to comment.