diff --git a/.github/labeler.yml b/.github/labeler.yml index 6b98b489..e9b6684c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -7,5 +7,5 @@ build: - ./*.toml - ./*.lock workflow: - - ./.github/*.yml - - ./.github/**/*.yml \ No newline at end of file + - .github/*.yml + - .github/**/*.yml \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fd2f6e4..0e3f0232 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,7 @@ name: Release env: RELEASE_TDB: tdb RELEASE_TSH: tsh + RELEASE_BENCH: tdb-bench RELEASE_DIR: artifacts GITHUB_REF: "${{ github.ref }}" WINDOWS_TARGET: x86_64-pc-windows-msvc @@ -104,6 +105,7 @@ jobs: run: | mv ./target/${{ env.LINUX_TARGET }}/release/${{ env.RELEASE_TDB }} ./dist mv ./target/${{ env.LINUX_TARGET }}/release/${{ env.RELEASE_TSH }} ./dist + mv ./target/${{ env.LINUX_TARGET }}/release/${{ env.RELEASE_BENCH }} ./dist zip ./${{ env.RELEASE_DIR}}/tdb-bundle-${{ steps.get_version.outputs.VERSION }}-${{ env.LINUX64_NAME }}.zip ./dist/tsh ./dist/tdb -j - name: Create Build (Windows) @@ -112,6 +114,7 @@ jobs: run: | mv ./target/release/${{ env.RELEASE_TDB }}.exe ./dist mv ./target/release/${{ env.RELEASE_TSH }}.exe ./dist + mv ./target/release/${{ env.RELEASE_BENCH }}.exe ./dist 7z a -tzip ./${{ env.RELEASE_DIR }}/tdb-bundle-${{ steps.get_version.outputs.VERSION }}-${{ env.WINDOWS64_NAME }}.zip ./dist/* - name: Create Build (MacOS) @@ -119,6 +122,7 @@ jobs: run: | mv ./target/release/${{ env.RELEASE_TDB }} ./dist mv ./target/release/${{ env.RELEASE_TSH }} ./dist + mv ./target/release/${{ env.RELEASE_BENCH }} ./dist zip ./${{ env.RELEASE_DIR }}/tdb-bundle-${{ steps.get_version.outputs.VERSION }}-${{ env.MACOS64_NAME }}.zip ./dist/tsh ./dist/tdb -j - name: Upload binaries diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f3e25b..27bfbfeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All changes in this project will be noted in this file. +## Version 0.3.2 [2020-08-07] + +> No breaking changes + +The `tsh` component printed the wrong version number. This has been fixed. + ## Version 0.3.1 [2020-08-05] > This release introduces breaking changes diff --git a/Cargo.lock b/Cargo.lock index 96328781..041b3664 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "corelib" -version = "0.3.1" +version = "0.3.2" dependencies = [ "bytes", "lazy_static", @@ -419,7 +419,7 @@ dependencies = [ [[package]] name = "tdb" -version = "0.3.1" +version = "0.3.2" dependencies = [ "bincode", "bytes", @@ -465,7 +465,7 @@ dependencies = [ [[package]] name = "tsh" -version = "0.3.1" +version = "0.3.2" dependencies = [ "bytes", "corelib", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f0a71c22..77e30c39 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tsh" -version = "0.3.1" +version = "0.3.2" authors = ["Sayan Nandan "] edition = "2018" diff --git a/cli/src/main.rs b/cli/src/main.rs index f670ed12..c53e479d 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.3.1"; +const MSG_WELCOME: &'static str = "TerrabaseDB v0.3.2"; #[tokio::main] async fn main() { diff --git a/corelib/Cargo.toml b/corelib/Cargo.toml index 8d15c4fe..ffb5099d 100644 --- a/corelib/Cargo.toml +++ b/corelib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corelib" -version = "0.3.1" +version = "0.3.2" authors = ["Sayan Nandan "] edition = "2018" diff --git a/server/Cargo.toml b/server/Cargo.toml index 64aa0dfe..bae6e057 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tdb" -version = "0.3.1" +version = "0.3.2" authors = ["Sayan Nandan "] edition = "2018" diff --git a/server/src/main.rs b/server/src/main.rs index 6d17a7a3..de8835e3 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -29,7 +29,7 @@ use coredb::CoreDB; use dbnet::run; use tokio::signal; static ADDR: &'static str = "127.0.0.1:2003"; -static MSG: &'static str = "TerrabaseDB v0.3.1 | https://github.com/terrabasedb/terrabase\nServer running on terrapipe://127.0.0.1:2003"; +static MSG: &'static str = "TerrabaseDB v0.3.2 | https://github.com/terrabasedb/terrabase\nServer running on terrapipe://127.0.0.1:2003"; static TEXT: &'static str = " _______ _ _____ ____ |__ __| | | | __ \\ | _ \\