From b2a52371913941a0f67555bb3435bc3940c26eb4 Mon Sep 17 00:00:00 2001 From: Sayan Nandan Date: Fri, 18 Sep 2020 13:07:22 +0530 Subject: [PATCH] Bump up version --- CHANGELOG.md | 2 +- Cargo.lock | 6 +++--- cli/Cargo.toml | 2 +- cli/src/main.rs | 2 +- libtdb/Cargo.toml | 2 +- server/Cargo.toml | 4 ++-- server/src/cli.yml | 2 +- server/src/main.rs | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eda0878e..f3f83c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All changes in this project will be noted in this file. -## Version 0.4.1 [2020-09-06] +## Version 0.4.2-alpha.1 [2020-09-06] > No breaking changes diff --git a/Cargo.lock b/Cargo.lock index 02d04019..51ad0944 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,7 +242,7 @@ checksum = "a9f8082297d534141b30c8d39e9b1773713ab50fdbe4ff30f750d063b3bfd701" [[package]] name = "libtdb" -version = "0.4.1" +version = "0.4.2-alpha.1" dependencies = [ "bytes", "lazy_static", @@ -564,7 +564,7 @@ dependencies = [ [[package]] name = "tdb" -version = "0.4.1" +version = "0.4.2-alpha.1" dependencies = [ "bincode", "bytes", @@ -678,7 +678,7 @@ dependencies = [ [[package]] name = "tsh" -version = "0.4.1" +version = "0.4.2-alpha.1" dependencies = [ "bytes", "lazy_static", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 54157169..a5f6731d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tsh" -version = "0.4.1" +version = "0.4.2-alpha.1" authors = ["Sayan Nandan "] edition = "2018" diff --git a/cli/src/main.rs b/cli/src/main.rs index 97314812..cbd0ca76 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -22,7 +22,7 @@ mod argparse; mod protocol; use tokio; -const MSG_WELCOME: &'static str = "TerrabaseDB v0.4.1"; +const MSG_WELCOME: &'static str = "TerrabaseDB v0.4.2-alpha.1"; #[tokio::main] async fn main() { diff --git a/libtdb/Cargo.toml b/libtdb/Cargo.toml index 18b2cb68..3ef32828 100644 --- a/libtdb/Cargo.toml +++ b/libtdb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libtdb" -version = "0.4.1" +version = "0.4.2-alpha.1" authors = ["Sayan Nandan "] edition = "2018" diff --git a/server/Cargo.toml b/server/Cargo.toml index 96b09ede..e4e8c991 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tdb" -version = "0.4.1" +version = "0.4.2-alpha.1" authors = ["Sayan Nandan "] edition = "2018" @@ -18,7 +18,7 @@ serde = {version = "1.0.115", features= ["derive"]} toml = "0.5.6" clap = {version = "2.33.3", features=["yaml"]} env_logger = "0.7.1" -log = "0.4.11" +log = "0.4.2-alpha.11" [target.'cfg(not(target_env = "msvc"))'.dependencies] jemallocator = "0.3.2" diff --git a/server/src/cli.yml b/server/src/cli.yml index 490c0695..2ec8c4c6 100644 --- a/server/src/cli.yml +++ b/server/src/cli.yml @@ -20,7 +20,7 @@ # name: TerrabaseDB Server -version: 0.4.1 +version: 0.4.2-alpha.1 author: Sayan N. about: The TerrabaseDB Database server args: diff --git a/server/src/main.rs b/server/src/main.rs index 97d6c72d..fbf791fe 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -44,7 +44,7 @@ use jemallocator::Jemalloc; #[global_allocator] static GLOBAL: Jemalloc = Jemalloc; -static MSG: &'static str = "TerrabaseDB v0.4.1 | https://github.com/terrabasedb/terrabase"; +static MSG: &'static str = "TerrabaseDB v0.4.2-alpha.1 | https://github.com/terrabasedb/terrabase"; static TEXT: &'static str = " _______ _ _____ ____ |__ __| | | | __ \\ | _ \\