Set release version

next
Sayan Nandan 10 months ago
parent 2b9a3ca6c1
commit fa620aae41
No known key found for this signature in database
GPG Key ID: 42EEDF4AE9D96B54

10
Cargo.lock generated

@ -607,7 +607,7 @@ checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
[[package]]
name = "libsky"
version = "0.8.0"
version = "0.8.0-beta"
[[package]]
name = "linux-raw-sys"
@ -1165,7 +1165,7 @@ dependencies = [
[[package]]
name = "sky-bench"
version = "0.8.0"
version = "0.8.0-beta"
dependencies = [
"crossbeam-channel",
"env_logger",
@ -1178,7 +1178,7 @@ dependencies = [
[[package]]
name = "sky_macros"
version = "0.8.0"
version = "0.8.0-beta"
dependencies = [
"libsky",
"proc-macro2",
@ -1188,7 +1188,7 @@ dependencies = [
[[package]]
name = "skyd"
version = "0.8.0"
version = "0.8.0-beta"
dependencies = [
"bytes",
"crc",
@ -1214,7 +1214,7 @@ dependencies = [
[[package]]
name = "skysh"
version = "0.8.0"
version = "0.8.0-beta"
dependencies = [
"crossterm",
"libsky",

@ -1,6 +1,6 @@
[package]
name = "skysh"
version = "0.8.0"
version = "0.8.0-beta"
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2021"
description = "The Skytable Shell (skysh)"

@ -1,4 +1,4 @@
skysh 0.8.0
skysh 0.8.0-beta
Sayan N. <ohsayan@outlook.com>
The Skytable interactive shell (skysh)

@ -2,7 +2,7 @@
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2021"
name = "libsky"
version = "0.8.0"
version = "0.8.0-beta"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,7 +2,7 @@
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2021"
name = "skyd"
version = "0.8.0"
version = "0.8.0-beta"
description = "Skytable is a modern NoSQL database powered by BlueQL that aims to deliver performance, scalability and flexibility with data"
license = "AGPL-3.0"

@ -2,7 +2,7 @@
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2021"
name = "sky-bench"
version = "0.8.0"
version = "0.8.0-beta"
description = "The Skytable benchmark tool can be used to benchmark Skytable installations"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -1,4 +1,4 @@
sky-bench 0.8.0
sky-bench 0.8.0-beta
Sayan N. <ohsayan@outlook.com>
Skytable benchmark tool

@ -2,7 +2,7 @@
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2021"
name = "sky_macros"
version = "0.8.0"
version = "0.8.0-beta"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Loading…
Cancel
Save