Rollout 0.5.0

Signed-off-by: Sayan Nandan <nandansayan@outlook.com>
next
Sayan Nandan 4 years ago
parent c7b4a8396b
commit 792351108d
No known key found for this signature in database
GPG Key ID: C31EFD7DDA12AEE0

@ -2,7 +2,7 @@
All changes in this project will be noted in this file. All changes in this project will be noted in this file.
## Version 0.5.0 ## Version 0.5.0 [2020-11-19]
> This release introduces breaking changes! > This release introduces breaking changes!

8
Cargo.lock generated

@ -223,7 +223,7 @@ checksum = "a9f8082297d534141b30c8d39e9b1773713ab50fdbe4ff30f750d063b3bfd701"
[[package]] [[package]]
name = "libtdb" name = "libtdb"
version = "0.5.0-alpha.2" version = "0.5.0"
dependencies = [ dependencies = [
"bytes", "bytes",
"lazy_static", "lazy_static",
@ -532,7 +532,7 @@ dependencies = [
[[package]] [[package]]
name = "tdb" name = "tdb"
version = "0.5.0-alpha.2" version = "0.5.0"
dependencies = [ dependencies = [
"bincode", "bincode",
"bytes", "bytes",
@ -554,7 +554,7 @@ dependencies = [
[[package]] [[package]]
name = "tdb-bench" name = "tdb-bench"
version = "0.5.0-alpha.2" version = "0.5.0"
dependencies = [ dependencies = [
"clap", "clap",
"devtimer", "devtimer",
@ -656,7 +656,7 @@ dependencies = [
[[package]] [[package]]
name = "tsh" name = "tsh"
version = "0.5.0-alpha.2" version = "0.5.0"
dependencies = [ dependencies = [
"bytes", "bytes",
"clap", "clap",

@ -1,6 +1,6 @@
[package] [package]
name = "tsh" name = "tsh"
version = "0.5.0-alpha.2" version = "0.5.0"
authors = ["Sayan Nandan <ohsayan@outlook.com>"] authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2018" edition = "2018"

@ -20,7 +20,7 @@
# #
name: TerrabaseDB Shell name: TerrabaseDB Shell
version: 0.5.0-alpha.2 version: 0.5.0
author: Sayan N. <ohsayan@outlook.com> author: Sayan N. <ohsayan@outlook.com>
about: The TerrabaseDB Shell (tsh) about: The TerrabaseDB Shell (tsh)
args: args:

@ -22,7 +22,7 @@
mod argparse; mod argparse;
mod protocol; mod protocol;
use tokio; use tokio;
const MSG_WELCOME: &'static str = "TerrabaseDB v0.5.0-alpha.2"; const MSG_WELCOME: &'static str = "TerrabaseDB v0.5.0";
#[tokio::main] #[tokio::main]
async fn main() { async fn main() {

@ -1,6 +1,6 @@
[package] [package]
name = "libtdb" name = "libtdb"
version = "0.5.0-alpha.2" version = "0.5.0"
authors = ["Sayan Nandan <ohsayan@outlook.com>"] authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2018" edition = "2018"

@ -1,6 +1,6 @@
[package] [package]
name = "tdb" name = "tdb"
version = "0.5.0-alpha.2" version = "0.5.0"
authors = ["Sayan Nandan <ohsayan@outlook.com>"] authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2018" edition = "2018"

@ -20,7 +20,7 @@
# #
name: TerrabaseDB Server name: TerrabaseDB Server
version: 0.5.0-alpha.2 version: 0.5.0
author: Sayan N. <ohsayan@outlook.com> author: Sayan N. <ohsayan@outlook.com>
about: The TerrabaseDB Database server about: The TerrabaseDB Database server
args: args:

@ -54,7 +54,7 @@ use jemallocator::Jemalloc;
static GLOBAL: Jemalloc = Jemalloc; static GLOBAL: Jemalloc = Jemalloc;
/// The version text /// The version text
static MSG: &'static str = "TerrabaseDB v0.5.0-alpha.2 | https://github.com/terrabasedb/terrabase"; static MSG: &'static str = "TerrabaseDB v0.5.0 | https://github.com/terrabasedb/terrabase";
/// The terminal art for `!noart` configurations /// The terminal art for `!noart` configurations
static TEXT: &'static str = " static TEXT: &'static str = "
_______ _ _____ ____ _______ _ _____ ____

@ -1,6 +1,6 @@
[package] [package]
name = "tdb-bench" name = "tdb-bench"
version = "0.5.0-alpha.2" version = "0.5.0"
authors = ["Sayan Nandan <ohsayan@outlook.com>"] authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2018" edition = "2018"

@ -20,7 +20,7 @@
# #
name: TerrabaseDB Benchmark Tool name: TerrabaseDB Benchmark Tool
version: 0.5.0-alpha.2 version: 0.5.0
author: Sayan N. <ohsayan@outlook.com> author: Sayan N. <ohsayan@outlook.com>
about: | about: |
The TerrabaseDB benchmark tool can be used to benchmark TerrabaseDB installations. The TerrabaseDB benchmark tool can be used to benchmark TerrabaseDB installations.

Loading…
Cancel
Save