Release v0.6.3 (#184)

* Bump up version to 0.6.3

* Update changelog entry
next
Sayan 3 years ago committed by GitHub
parent 6995dfe359
commit bae2b8354c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.
## Unreleased ## Version 0.6.3 [2021-06-27]
### Additions ### Additions

12
Cargo.lock generated

@ -465,7 +465,7 @@ checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
[[package]] [[package]]
name = "libsky" name = "libsky"
version = "0.6.2" version = "0.6.3"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
"regex", "regex",
@ -930,7 +930,7 @@ dependencies = [
[[package]] [[package]]
name = "sky-bench" name = "sky-bench"
version = "0.6.2" version = "0.6.3"
dependencies = [ dependencies = [
"clap", "clap",
"devtimer", "devtimer",
@ -944,7 +944,7 @@ dependencies = [
[[package]] [[package]]
name = "sky_macros" name = "sky_macros"
version = "0.6.2" version = "0.6.3"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -953,7 +953,7 @@ dependencies = [
[[package]] [[package]]
name = "skyd" name = "skyd"
version = "0.6.2" version = "0.6.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"bytes", "bytes",
@ -981,7 +981,7 @@ dependencies = [
[[package]] [[package]]
name = "skysh" name = "skysh"
version = "0.6.2" version = "0.6.3"
dependencies = [ dependencies = [
"clap", "clap",
"crossterm", "crossterm",
@ -994,7 +994,7 @@ dependencies = [
[[package]] [[package]]
name = "skytable" name = "skytable"
version = "0.4.0" version = "0.4.0"
source = "git+https://github.com/skytable/client-rust?branch=next#e5e7496746ad74813ea227867b834e739820c1d8" source = "git+https://github.com/skytable/client-rust?branch=next#69677c1cd5a11b4b2c0f0728c1eb504e1c128cac"
dependencies = [ dependencies = [
"bytes", "bytes",
"openssl", "openssl",

@ -1,6 +1,6 @@
[package] [package]
name = "skysh" name = "skysh"
version = "0.6.2" version = "0.6.3"
authors = ["Sayan Nandan <ohsayan@outlook.com>"] authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2018" edition = "2018"

@ -1,6 +1,6 @@
[package] [package]
name = "libsky" name = "libsky"
version = "0.6.2" version = "0.6.3"
authors = ["Sayan Nandan <ohsayan@outlook.com>"] authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2018" edition = "2018"

@ -1,6 +1,6 @@
[package] [package]
name = "skyd" name = "skyd"
version = "0.6.2" version = "0.6.3"
authors = ["Sayan Nandan <ohsayan@outlook.com>"] authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2018" edition = "2018"
build = "build.rs" build = "build.rs"
@ -23,7 +23,7 @@ env_logger = "0.8.4"
log = "0.4.14" log = "0.4.14"
chrono = "0.4.19" chrono = "0.4.19"
regex = "1.5.4" regex = "1.5.4"
tokio-openssl = "0.6.1" tokio-openssl = "0.6"
openssl = { version="0.10.34", features=["vendored"] } openssl = { version="0.10.34", features=["vendored"] }
[target.'cfg(not(target_env = "msvc"))'.dependencies] [target.'cfg(not(target_env = "msvc"))'.dependencies]

@ -1,6 +1,6 @@
[package] [package]
name = "sky-bench" name = "sky-bench"
version = "0.6.2" version = "0.6.3"
authors = ["Sayan Nandan <ohsayan@outlook.com>"] authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2018" edition = "2018"

@ -1,6 +1,6 @@
[package] [package]
name = "sky_macros" name = "sky_macros"
version = "0.6.2" version = "0.6.3"
authors = ["Sayan Nandan <ohsayan@outlook.com>"] authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2018" edition = "2018"

Loading…
Cancel
Save