diff --git a/.cz.yaml b/.cz.yaml index f6f3857..b5f1edd 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -2,7 +2,7 @@ commitizen: name: cz_conventional_commits tag_format: $version - version: 3.0.2 + version: 3.0.3 version_files: - Cargo.toml - packages/certificate-verification-js/package.json:version diff --git a/CHANGELOG.md b/CHANGELOG.md index 1604adb..4900522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 3.0.3 (2025-02-03) ### Fix diff --git a/Cargo.lock b/Cargo.lock index c9a345b..a816a81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ dependencies = [ "anyhow", "candid", "ic-cdk", - "ic-certification 3.0.2", + "ic-certification 3.0.3", "serde", "serde_cbor", "sha2 0.10.8", @@ -1268,12 +1268,12 @@ dependencies = [ [[package]] name = "ic-asset-certification" -version = "3.0.2" +version = "3.0.3" dependencies = [ "assert_matches", "globset", "http", - "ic-certification 3.0.2", + "ic-certification 3.0.3", "ic-certification-testing", "ic-http-certification", "ic-response-verification", @@ -1330,10 +1330,10 @@ dependencies = [ [[package]] name = "ic-cbor" -version = "3.0.2" +version = "3.0.3" dependencies = [ "candid", - "ic-certification 3.0.2", + "ic-certification 3.0.3", "ic-response-verification-test-utils", "leb128", "nom", @@ -1369,12 +1369,12 @@ dependencies = [ [[package]] name = "ic-certificate-verification" -version = "3.0.2" +version = "3.0.3" dependencies = [ "cached 0.54.0", "candid", "ic-cbor", - "ic-certification 3.0.2", + "ic-certification 3.0.3", "ic-certification-testing", "ic-response-verification-test-utils", "ic-types", @@ -1403,7 +1403,7 @@ dependencies = [ [[package]] name = "ic-certification" -version = "3.0.2" +version = "3.0.3" dependencies = [ "hex", "rstest", @@ -1415,7 +1415,7 @@ dependencies = [ [[package]] name = "ic-certification-testing" -version = "3.0.2" +version = "3.0.3" dependencies = [ "console_error_panic_hook", "getrandom", @@ -1438,7 +1438,7 @@ dependencies = [ [[package]] name = "ic-certification-testing-wasm" -version = "3.0.2" +version = "3.0.3" dependencies = [ "console_error_panic_hook", "ic-certification-testing", @@ -1599,14 +1599,14 @@ dependencies = [ [[package]] name = "ic-http-certification" -version = "3.0.2" +version = "3.0.3" dependencies = [ "assert_matches", "base64 0.22.1", "candid", "hex", "http", - "ic-certification 3.0.2", + "ic-certification 3.0.3", "ic-representation-independent-hash", "rstest", "rstest_reuse", @@ -1618,7 +1618,7 @@ dependencies = [ [[package]] name = "ic-http-certification-tests" -version = "3.0.2" +version = "3.0.3" dependencies = [ "assert_matches", "candid", @@ -1668,7 +1668,7 @@ dependencies = [ [[package]] name = "ic-representation-independent-hash" -version = "3.0.2" +version = "3.0.3" dependencies = [ "hex", "leb128", @@ -1677,7 +1677,7 @@ dependencies = [ [[package]] name = "ic-response-verification" -version = "3.0.2" +version = "3.0.3" dependencies = [ "assert_matches", "base64 0.22.1", @@ -1687,7 +1687,7 @@ dependencies = [ "http", "ic-cbor", "ic-certificate-verification", - "ic-certification 3.0.2", + "ic-certification 3.0.3", "ic-certification-testing", "ic-crypto-tree-hash", "ic-http-certification", @@ -1710,12 +1710,12 @@ dependencies = [ [[package]] name = "ic-response-verification-test-utils" -version = "3.0.2" +version = "3.0.3" dependencies = [ "base64 0.22.1", "flate2", "hex", - "ic-certification 3.0.2", + "ic-certification 3.0.3", "ic-certification-testing", "ic-http-certification", "ic-types", @@ -1727,7 +1727,7 @@ dependencies = [ [[package]] name = "ic-response-verification-tests" -version = "3.0.2" +version = "3.0.3" dependencies = [ "anyhow", "hex", @@ -1741,7 +1741,7 @@ dependencies = [ [[package]] name = "ic-response-verification-wasm" -version = "3.0.2" +version = "3.0.3" dependencies = [ "base64 0.22.1", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index d452d97..a90b7d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ default-members = [ ] [workspace.package] -version = "3.0.2" +version = "3.0.3" authors = ["DFINITY Stiftung"] edition = "2021" repository = "https://github.com/dfinity/response-verification" @@ -96,15 +96,15 @@ getrandom = { version = "0.2", features = ["js"] } rand_chacha = "0.3" once_cell = "1" -ic-asset-certification = { path = "./packages/ic-asset-certification", version = "3.0.2" } -ic-certification = { path = "./packages/ic-certification", default-features = false, version = "3.0.2" } -ic-http-certification = { path = "./packages/ic-http-certification", version = "3.0.2" } +ic-asset-certification = { path = "./packages/ic-asset-certification", version = "3.0.3" } +ic-certification = { path = "./packages/ic-certification", default-features = false, version = "3.0.3" } +ic-http-certification = { path = "./packages/ic-http-certification", version = "3.0.3" } ic-certification-testing = { path = "./packages/ic-certification-testing" } -ic-representation-independent-hash = { path = "./packages/ic-representation-independent-hash", version = "3.0.2" } -ic-certificate-verification = { path = "./packages/ic-certificate-verification", version = "3.0.2" } -ic-response-verification = { path = "./packages/ic-response-verification", version = "3.0.2" } +ic-representation-independent-hash = { path = "./packages/ic-representation-independent-hash", version = "3.0.3" } +ic-certificate-verification = { path = "./packages/ic-certificate-verification", version = "3.0.3" } +ic-response-verification = { path = "./packages/ic-response-verification", version = "3.0.3" } ic-response-verification-test-utils = { path = "./packages/ic-response-verification-test-utils" } -ic-cbor = { path = "./packages/ic-cbor", version = "3.0.2" } +ic-cbor = { path = "./packages/ic-cbor", version = "3.0.3" } [workspace.dependencies.ic-types] diff --git a/packages/certificate-verification-js/package.json b/packages/certificate-verification-js/package.json index 1b69363..d8b1203 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": "3.0.2", + "version": "3.0.3", "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 1740ad2..81a2593 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": "3.0.2", + "version": "3.0.3", "author": "DFINITY Stiftung", "license": "Apache-2.0", "repository": "github:dfinity/response-verification", diff --git a/packages/ic-response-verification-wasm/package.json b/packages/ic-response-verification-wasm/package.json index f03b0a8..2391a06 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": "3.0.2", + "version": "3.0.3", "author": "DFINITY Stiftung", "license": "Apache-2.0", "repository": "github:dfinity/response-verification",