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

12
Cargo.lock generated

@ -465,7 +465,7 @@ checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
[[package]]
name = "libsky"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"lazy_static",
"regex",
@ -930,7 +930,7 @@ dependencies = [
[[package]]
name = "sky-bench"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"clap",
"devtimer",
@ -944,7 +944,7 @@ dependencies = [
[[package]]
name = "sky_macros"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"proc-macro2",
"quote",
@ -953,7 +953,7 @@ dependencies = [
[[package]]
name = "skyd"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"bincode",
"bytes",
@ -981,7 +981,7 @@ dependencies = [
[[package]]
name = "skysh"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"clap",
"crossterm",
@ -994,7 +994,7 @@ dependencies = [
[[package]]
name = "skytable"
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 = [
"bytes",
"openssl",

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

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

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

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

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

Loading…
Cancel
Save