Release v0.6.2 (#180)

* Bump up version and add changelog entry

* Use separate cache object for release workflows
next
Sayan 3 years ago committed by GitHub
parent 0f06f7b26f
commit e30d51a599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -218,7 +218,7 @@ jobs:
aws configure set default.s3.signature_version s3v4
- name: Get cache
run: |
aws --endpoint-url ${{ secrets.STORAGE_ACCESS_URL }} s3 cp --no-progress s3://cache/skytable-linux-arm64.tar.zst target.tar.zst
aws --endpoint-url ${{ secrets.STORAGE_ACCESS_URL }} s3 cp --no-progress s3://cache/skytable-linux-arm64-release.tar.zst target.tar.zst
tar -I zstd -xf target.tar.zst
rm target.tar.zst
echo "LASTHASH=$(cat target/LASTHASH 2>/dev/null)" >> $GITHUB_ENV
@ -247,7 +247,7 @@ jobs:
if [[ ${NEWHASH} != ${LASTHASH} ]]; then
echo "Freshening cache"
tar --zstd -cf target.tar.zst target
aws --endpoint-url ${{ secrets.STORAGE_ACCESS_URL }} s3 cp --no-progress target.tar.zst s3://cache/skytable-linux-arm64.tar.zst
aws --endpoint-url ${{ secrets.STORAGE_ACCESS_URL }} s3 cp --no-progress target.tar.zst s3://cache/skytable-linux-arm64-release.tar.zst
echo "Finished freshening cache"
else
echo "Cache hit occurred. Not saving cache"

@ -2,7 +2,7 @@
All changes in this project will be noted in this file.
## Unreleased
## Version 0.6.2 [2021-06-24]
### Fixes
@ -21,7 +21,7 @@ All changes in this project will be noted in this file.
### Workflow
- Use Makefiles for builds [see [#172](https://github.com/skytable/skytable/pull/172), [#174](https://github.com/skytable/skytable/pull/174)]
- Per-commit test for ARM64
- Tier-1 Support for ARM64 [see [#179](https://github.com/skytable/skytable/pull/179)]
## Version 0.6.1 [2021-06-07]

52
Cargo.lock generated

@ -463,7 +463,7 @@ checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
[[package]]
name = "libsky"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"lazy_static",
"regex",
@ -604,9 +604,9 @@ checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
[[package]]
name = "openssl"
version = "0.10.34"
version = "0.10.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8"
checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885"
dependencies = [
"bitflags",
"cfg-if",
@ -627,9 +627,9 @@ dependencies = [
[[package]]
name = "openssl-sys"
version = "0.9.63"
version = "0.9.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98"
checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"
dependencies = [
"autocfg",
"cc",
@ -664,26 +664,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "pin-project"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-lite"
version = "0.2.6"
@ -948,7 +928,7 @@ dependencies = [
[[package]]
name = "sky-bench"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"clap",
"devtimer",
@ -962,7 +942,7 @@ dependencies = [
[[package]]
name = "sky_macros"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"proc-macro2",
"quote",
@ -971,7 +951,7 @@ dependencies = [
[[package]]
name = "skyd"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"bincode",
"bytes",
@ -999,7 +979,7 @@ dependencies = [
[[package]]
name = "skysh"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"clap",
"crossterm",
@ -1115,9 +1095,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.7.0"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c79ba603c337335df6ba6dd6afc38c38a7d5e1b0c871678439ea973cd62a118e"
checksum = "5fb2ed024293bb19f7a5dc54fe83bf86532a44c12a2bb8ba40d64a4509395ca2"
dependencies = [
"autocfg",
"bytes",
@ -1146,13 +1126,13 @@ dependencies = [
[[package]]
name = "tokio-openssl"
version = "0.6.1"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1bec5c0a4aa71e3459802c7a12e8912c2091ce2151004f9ce95cc5d1c6124e"
checksum = "f24cddc8445a4dc8359cdd9e91c19d544fc95f672e32afe8945852b9381a09fe"
dependencies = [
"futures",
"openssl",
"pin-project",
"openssl-sys",
"tokio",
]
@ -1191,9 +1171,9 @@ checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
[[package]]
name = "vcpkg"
version = "0.2.14"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70455df2fdf4e9bf580a92e443f1eb0303c390d682e2ea817312c9e81f8c3399"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "vec_map"

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

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

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

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

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

Loading…
Cancel
Save