From 2774f6b7f9408f48750d0f765f7ada9cb3eb6c18 Mon Sep 17 00:00:00 2001 From: nathanosdev Date: Wed, 10 Jan 2024 14:56:02 +0000 Subject: [PATCH] chore: release 2.1.0 --- .cz.yaml | 2 +- CHANGELOG.md | 2 +- Cargo.lock | 34 +++++++++---------- Cargo.toml | 14 ++++---- .../certificate-verification-js/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- 8 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index d10e77e7..3ea3e6b4 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -3,7 +3,7 @@ commitizen: name: cz_conventional_commits tag_format: $version update_changelog_on_bump: true - version: 2.0.1 + version: 2.1.0 version_files: - Cargo.toml - packages/certificate-verification-js/package.json:version diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da07f5f..34db6ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 2.1.0 (2024-01-10) ### Feat diff --git a/Cargo.lock b/Cargo.lock index f363f646..fe31bd16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -426,7 +426,7 @@ dependencies = [ "candid 0.9.11", "ic-cdk", "ic-cdk-macros", - "ic-certification 2.0.1", + "ic-certification 2.1.0", "serde", "serde_cbor", "sha2 0.10.8", @@ -1316,10 +1316,10 @@ dependencies = [ [[package]] name = "ic-cbor" -version = "2.0.1" +version = "2.1.0" dependencies = [ "candid 0.9.11", - "ic-certification 2.0.1", + "ic-certification 2.1.0", "ic-response-verification-test-utils", "leb128", "nom", @@ -1356,12 +1356,12 @@ dependencies = [ [[package]] name = "ic-certificate-verification" -version = "2.0.1" +version = "2.1.0" dependencies = [ "cached 0.47.0", "candid 0.9.11", "ic-cbor", - "ic-certification 2.0.1", + "ic-certification 2.1.0", "ic-certification-testing", "ic-response-verification-test-utils", "lazy_static", @@ -1389,7 +1389,7 @@ dependencies = [ [[package]] name = "ic-certification" -version = "2.0.1" +version = "2.1.0" dependencies = [ "hex", "serde", @@ -1400,7 +1400,7 @@ dependencies = [ [[package]] name = "ic-certification-testing" -version = "2.0.1" +version = "2.1.0" dependencies = [ "console_error_panic_hook", "getrandom", @@ -1423,7 +1423,7 @@ dependencies = [ [[package]] name = "ic-certification-testing-wasm" -version = "2.0.1" +version = "2.1.0" dependencies = [ "console_error_panic_hook", "ic-certification-testing", @@ -1585,12 +1585,12 @@ dependencies = [ [[package]] name = "ic-http-certification" -version = "2.0.1" +version = "2.1.0" dependencies = [ "candid 0.9.11", "hex", "http", - "ic-certification 2.0.1", + "ic-certification 2.1.0", "ic-representation-independent-hash", "rstest", "serde", @@ -1635,7 +1635,7 @@ dependencies = [ [[package]] name = "ic-representation-independent-hash" -version = "2.0.1" +version = "2.1.0" dependencies = [ "hex", "leb128", @@ -1644,7 +1644,7 @@ dependencies = [ [[package]] name = "ic-response-verification" -version = "2.0.1" +version = "2.1.0" dependencies = [ "base64 0.21.4", "candid 0.9.11", @@ -1653,7 +1653,7 @@ dependencies = [ "http", "ic-cbor", "ic-certificate-verification", - "ic-certification 2.0.1", + "ic-certification 2.1.0", "ic-certification-testing", "ic-crypto-tree-hash", "ic-http-certification", @@ -1676,12 +1676,12 @@ dependencies = [ [[package]] name = "ic-response-verification-test-utils" -version = "2.0.1" +version = "2.1.0" dependencies = [ "base64 0.21.4", "flate2", "hex", - "ic-certification 2.0.1", + "ic-certification 2.1.0", "ic-certification-testing", "ic-types", "leb128", @@ -1692,7 +1692,7 @@ dependencies = [ [[package]] name = "ic-response-verification-tests" -version = "2.0.1" +version = "2.1.0" dependencies = [ "anyhow", "hex", @@ -1706,7 +1706,7 @@ dependencies = [ [[package]] name = "ic-response-verification-wasm" -version = "2.0.1" +version = "2.1.0" dependencies = [ "base64 0.21.4", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index d9237ae2..6572fd93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ default-members = [ ] [workspace.package] -version = "2.0.1" +version = "2.1.0" authors = ["DFINITY Stiftung"] edition = "2021" repository = "https://github.com/dfinity/response-verification" @@ -78,14 +78,14 @@ rand = "0.8" getrandom = { version = "0.2", features = ["js"] } rand_chacha = "0.3" -ic-certification = { path = "./packages/ic-certification", default-features = false, version = "2.0.1" } -ic-http-certification = { path = "./packages/ic-http-certification", version = "2.0.1" } +ic-certification = { path = "./packages/ic-certification", default-features = false, version = "2.1.0" } +ic-http-certification = { path = "./packages/ic-http-certification", version = "2.1.0" } ic-certification-testing = { path = "./packages/ic-certification-testing" } -ic-representation-independent-hash = { path = "./packages/ic-representation-independent-hash", version = "2.0.1" } -ic-certificate-verification = { path = "./packages/ic-certificate-verification", version = "2.0.1" } -ic-response-verification = { path = "./packages/ic-response-verification", version = "2.0.1" } +ic-representation-independent-hash = { path = "./packages/ic-representation-independent-hash", version = "2.1.0" } +ic-certificate-verification = { path = "./packages/ic-certificate-verification", version = "2.1.0" } +ic-response-verification = { path = "./packages/ic-response-verification", version = "2.1.0" } ic-response-verification-test-utils = { path = "./packages/ic-response-verification-test-utils" } -ic-cbor = { path = "./packages/ic-cbor", version = "2.0.1" } +ic-cbor = { path = "./packages/ic-cbor", version = "2.1.0" } [workspace.dependencies.ic-types] diff --git a/packages/certificate-verification-js/package.json b/packages/certificate-verification-js/package.json index e31454fa..6a6b035b 100644 --- a/packages/certificate-verification-js/package.json +++ b/packages/certificate-verification-js/package.json @@ -1,7 +1,7 @@ { "name": "@dfinity/certificate-verification", "description": "Client side certificate verification for the Internet Computer", - "version": "2.0.1", + "version": "2.1.0", "author": "DFINITY Stiftung", "license": "Apache-2.0", "repository": "github:dfinity/response-verification", diff --git a/packages/ic-certification-testing-wasm/package.json b/packages/ic-certification-testing-wasm/package.json index a4ed9d66..fa2b29b2 100644 --- a/packages/ic-certification-testing-wasm/package.json +++ b/packages/ic-certification-testing-wasm/package.json @@ -1,7 +1,7 @@ { "name": "@dfinity/certification-testing", "description": "Utilities for testing applications that work with Internet Computer certification", - "version": "2.0.1", + "version": "2.1.0", "author": "DFINITY Stiftung", "license": "Apache-2.0", "repository": "github:dfinity/response-verification", diff --git a/packages/ic-response-verification-tests/package.json b/packages/ic-response-verification-tests/package.json index 751b72ff..59625723 100644 --- a/packages/ic-response-verification-tests/package.json +++ b/packages/ic-response-verification-tests/package.json @@ -1,6 +1,6 @@ { "name": "ic-response-verification-tests", - "version": "2.0.1", + "version": "2.1.0", "dependencies": { "@dfinity/agent": "~0.19.3", "@dfinity/principal": "~0.19.3", diff --git a/packages/ic-response-verification-wasm/package.json b/packages/ic-response-verification-wasm/package.json index 5d353ed5..65c40687 100644 --- a/packages/ic-response-verification-wasm/package.json +++ b/packages/ic-response-verification-wasm/package.json @@ -1,7 +1,7 @@ { "name": "@dfinity/response-verification", "description": "Client side response verification for the Internet Computer", - "version": "2.0.1", + "version": "2.1.0", "author": "DFINITY Stiftung", "license": "Apache-2.0", "repository": "github:dfinity/response-verification",