diff --git a/.github/workflows/releng.yml b/.github/workflows/releng.yml index 40d0d5854..185e933b7 100644 --- a/.github/workflows/releng.yml +++ b/.github/workflows/releng.yml @@ -6,7 +6,7 @@ on: tag: description: 'Tag to publish to NPM' required: true - default: 'v0.1.0-alpha.9' + default: 'v0.1.0-alpha.10' jobs: release: diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index 0825a3b5f..1c1d1db7f 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tlsn-common" description = "Common code shared between tlsn-prover and tlsn-verifier" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [features] diff --git a/crates/components/cipher/Cargo.toml b/crates/components/cipher/Cargo.toml index 06977db84..436078260 100644 --- a/crates/components/cipher/Cargo.toml +++ b/crates/components/cipher/Cargo.toml @@ -5,7 +5,7 @@ description = "This crate provides implementations of ciphers for two parties" keywords = ["tls", "mpc", "2pc", "aes"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [lib] diff --git a/crates/components/deap/Cargo.toml b/crates/components/deap/Cargo.toml index 3df6a3c71..01825dd2f 100644 --- a/crates/components/deap/Cargo.toml +++ b/crates/components/deap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tlsn-deap" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [dependencies] diff --git a/crates/components/hmac-sha256-circuits/Cargo.toml b/crates/components/hmac-sha256-circuits/Cargo.toml index 7c5bccac4..890073d65 100644 --- a/crates/components/hmac-sha256-circuits/Cargo.toml +++ b/crates/components/hmac-sha256-circuits/Cargo.toml @@ -5,7 +5,7 @@ description = "The 2PC circuits for TLS HMAC-SHA256 PRF" keywords = ["tls", "mpc", "2pc", "hmac", "sha256"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [lib] diff --git a/crates/components/hmac-sha256/Cargo.toml b/crates/components/hmac-sha256/Cargo.toml index f7e371d62..76eddcc62 100644 --- a/crates/components/hmac-sha256/Cargo.toml +++ b/crates/components/hmac-sha256/Cargo.toml @@ -5,7 +5,7 @@ description = "A 2PC implementation of TLS HMAC-SHA256 PRF" keywords = ["tls", "mpc", "2pc", "hmac", "sha256"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [lib] diff --git a/crates/components/key-exchange/Cargo.toml b/crates/components/key-exchange/Cargo.toml index c46bbd03b..8d3e0326b 100644 --- a/crates/components/key-exchange/Cargo.toml +++ b/crates/components/key-exchange/Cargo.toml @@ -5,7 +5,7 @@ description = "Implementation of the 3-party key-exchange protocol" keywords = ["tls", "mpc", "2pc", "pms", "key-exchange"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [lib] diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index cca46ed9e..a323c1c53 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -5,7 +5,7 @@ description = "Core types for TLSNotary" keywords = ["tls", "mpc", "2pc", "types"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [features] diff --git a/crates/formats/Cargo.toml b/crates/formats/Cargo.toml index 7cb869541..53ffcfd61 100644 --- a/crates/formats/Cargo.toml +++ b/crates/formats/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tlsn-formats" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [dependencies] diff --git a/crates/mpc-tls/Cargo.toml b/crates/mpc-tls/Cargo.toml index 71df36edc..6bc062f13 100644 --- a/crates/mpc-tls/Cargo.toml +++ b/crates/mpc-tls/Cargo.toml @@ -5,7 +5,7 @@ description = "TLSNotary MPC-TLS protocol" keywords = ["tls", "mpc", "2pc"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [lib] diff --git a/crates/notary/client/Cargo.toml b/crates/notary/client/Cargo.toml index 1bcb32e1e..7dde1a4b4 100644 --- a/crates/notary/client/Cargo.toml +++ b/crates/notary/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notary-client" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [dependencies] diff --git a/crates/notary/server/Cargo.toml b/crates/notary/server/Cargo.toml index fd22a3850..1df1cf16f 100644 --- a/crates/notary/server/Cargo.toml +++ b/crates/notary/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notary-server" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [features] diff --git a/crates/notary/server/openapi.yaml b/crates/notary/server/openapi.yaml index 8417ac0cf..ba641b1f3 100644 --- a/crates/notary/server/openapi.yaml +++ b/crates/notary/server/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Notary Server description: Notary server written in Rust to provide notarization service. - version: 0.1.0-alpha.10-pre + version: 0.1.0-alpha.10 tags: - name: General - name: Notarization diff --git a/crates/prover/Cargo.toml b/crates/prover/Cargo.toml index 7d7091acc..daf99f798 100644 --- a/crates/prover/Cargo.toml +++ b/crates/prover/Cargo.toml @@ -5,7 +5,7 @@ description = "Contains the prover library" keywords = ["tls", "mpc", "2pc", "prover"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [features] diff --git a/crates/tls/backend/Cargo.toml b/crates/tls/backend/Cargo.toml index 8b07a6073..5c59162c2 100644 --- a/crates/tls/backend/Cargo.toml +++ b/crates/tls/backend/Cargo.toml @@ -5,7 +5,7 @@ description = "A TLS backend trait for TLSNotary" keywords = ["tls", "mpc", "2pc"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [lib] diff --git a/crates/tls/client-async/Cargo.toml b/crates/tls/client-async/Cargo.toml index 50bdbe4fe..fcd7bb267 100644 --- a/crates/tls/client-async/Cargo.toml +++ b/crates/tls/client-async/Cargo.toml @@ -5,7 +5,7 @@ description = "An async TLS client for TLSNotary" keywords = ["tls", "mpc", "2pc", "client", "async"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [lib] diff --git a/crates/tls/client/Cargo.toml b/crates/tls/client/Cargo.toml index 34632af2b..3743aae02 100644 --- a/crates/tls/client/Cargo.toml +++ b/crates/tls/client/Cargo.toml @@ -5,7 +5,7 @@ description = "A TLS client for TLSNotary" keywords = ["tls", "mpc", "2pc", "client", "sync"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" autobenches = false diff --git a/crates/tls/core/Cargo.toml b/crates/tls/core/Cargo.toml index 0a8698fab..338ef59e1 100644 --- a/crates/tls/core/Cargo.toml +++ b/crates/tls/core/Cargo.toml @@ -5,7 +5,7 @@ description = "Cryptographic operations for the TLSNotary TLS client" keywords = ["tls", "mpc", "2pc"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [lib] diff --git a/crates/verifier/Cargo.toml b/crates/verifier/Cargo.toml index 0263c91d9..a1a8730d1 100644 --- a/crates/verifier/Cargo.toml +++ b/crates/verifier/Cargo.toml @@ -5,7 +5,7 @@ description = "A library for the TLSNotary verifier" keywords = ["tls", "mpc", "2pc"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" [features] diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index 6184dd926..3c3746ff4 100644 --- a/crates/wasm/Cargo.toml +++ b/crates/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tlsn-wasm" -version = "0.1.0-alpha.10-pre" +version = "0.1.0-alpha.10" edition = "2021" repository = "https://github.com/tlsnotary/tlsn.git" description = "A core WebAssembly package for TLSNotary."