From 2e6418bc28a1c8ed24f6aec43cbb4cb98fa1fdb3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:11:33 +0000 Subject: [PATCH] chore: release 3.0.1 (#416) After merging this PR, tag the merge commit with: ```shell git tag 3.0.1 git push origin 3.0.1 ``` Co-authored-by: nathanosdev --- .cz.yaml | 2 +- CHANGELOG.md | 6 +++ Cargo.lock | 40 +++++++++---------- Cargo.toml | 16 ++++---- .../certificate-verification-js/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- 7 files changed, 38 insertions(+), 32 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index 0cd0a1c..9596f5b 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: 3.0.0 + version: 3.0.1 version_files: - Cargo.toml - packages/certificate-verification-js/package.json:version diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c3a24..21b7a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.0.1 (2024-12-20) + +### Fix + +- update dependencies (#415) + ## 3.0.0 (2024-12-17) ### BREAKING CHANGE diff --git a/Cargo.lock b/Cargo.lock index f361ea6..7c8bc12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -376,7 +376,7 @@ dependencies = [ "anyhow", "candid", "ic-cdk", - "ic-certification 3.0.0", + "ic-certification 3.0.1", "serde", "serde_cbor", "sha2 0.10.8", @@ -1277,12 +1277,12 @@ dependencies = [ [[package]] name = "ic-asset-certification" -version = "3.0.0" +version = "3.0.1" dependencies = [ "assert_matches", "globset", "http", - "ic-certification 3.0.0", + "ic-certification 3.0.1", "ic-http-certification", "ic-response-verification", "ic-response-verification-test-utils", @@ -1337,10 +1337,10 @@ dependencies = [ [[package]] name = "ic-cbor" -version = "3.0.0" +version = "3.0.1" dependencies = [ "candid", - "ic-certification 3.0.0", + "ic-certification 3.0.1", "ic-response-verification-test-utils", "leb128", "nom", @@ -1376,12 +1376,12 @@ dependencies = [ [[package]] name = "ic-certificate-verification" -version = "3.0.0" +version = "3.0.1" dependencies = [ "cached 0.54.0", "candid", "ic-cbor", - "ic-certification 3.0.0", + "ic-certification 3.0.1", "ic-certification-testing", "ic-response-verification-test-utils", "ic-types", @@ -1410,7 +1410,7 @@ dependencies = [ [[package]] name = "ic-certification" -version = "3.0.0" +version = "3.0.1" dependencies = [ "hex", "rstest", @@ -1422,7 +1422,7 @@ dependencies = [ [[package]] name = "ic-certification-testing" -version = "3.0.0" +version = "3.0.1" dependencies = [ "console_error_panic_hook", "getrandom", @@ -1445,7 +1445,7 @@ dependencies = [ [[package]] name = "ic-certification-testing-wasm" -version = "3.0.0" +version = "3.0.1" dependencies = [ "console_error_panic_hook", "ic-certification-testing", @@ -1606,14 +1606,14 @@ dependencies = [ [[package]] name = "ic-http-certification" -version = "3.0.0" +version = "3.0.1" dependencies = [ "assert_matches", "base64 0.22.1", "candid", "hex", "http", - "ic-certification 3.0.0", + "ic-certification 3.0.1", "ic-representation-independent-hash", "rstest", "rstest_reuse", @@ -1625,7 +1625,7 @@ dependencies = [ [[package]] name = "ic-http-certification-tests" -version = "3.0.0" +version = "3.0.1" dependencies = [ "candid", "hex", @@ -1674,7 +1674,7 @@ dependencies = [ [[package]] name = "ic-representation-independent-hash" -version = "3.0.0" +version = "3.0.1" dependencies = [ "hex", "leb128", @@ -1683,7 +1683,7 @@ dependencies = [ [[package]] name = "ic-response-verification" -version = "3.0.0" +version = "3.0.1" dependencies = [ "base64 0.22.1", "candid", @@ -1692,7 +1692,7 @@ dependencies = [ "http", "ic-cbor", "ic-certificate-verification", - "ic-certification 3.0.0", + "ic-certification 3.0.1", "ic-certification-testing", "ic-crypto-tree-hash", "ic-http-certification", @@ -1715,12 +1715,12 @@ dependencies = [ [[package]] name = "ic-response-verification-test-utils" -version = "3.0.0" +version = "3.0.1" dependencies = [ "base64 0.22.1", "flate2", "hex", - "ic-certification 3.0.0", + "ic-certification 3.0.1", "ic-certification-testing", "ic-http-certification", "ic-types", @@ -1732,7 +1732,7 @@ dependencies = [ [[package]] name = "ic-response-verification-tests" -version = "3.0.0" +version = "3.0.1" dependencies = [ "anyhow", "hex", @@ -1746,7 +1746,7 @@ dependencies = [ [[package]] name = "ic-response-verification-wasm" -version = "3.0.0" +version = "3.0.1" dependencies = [ "base64 0.22.1", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index a91368d..11ccf7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ default-members = [ ] [workspace.package] -version = "3.0.0" +version = "3.0.1" authors = ["DFINITY Stiftung"] edition = "2021" repository = "https://github.com/dfinity/response-verification" @@ -95,15 +95,15 @@ rand = "0.8" getrandom = { version = "0.2", features = ["js"] } rand_chacha = "0.3" -ic-asset-certification = { path = "./packages/ic-asset-certification", version = "3.0.0" } -ic-certification = { path = "./packages/ic-certification", default-features = false, version = "3.0.0" } -ic-http-certification = { path = "./packages/ic-http-certification", version = "3.0.0" } +ic-asset-certification = { path = "./packages/ic-asset-certification", version = "3.0.1" } +ic-certification = { path = "./packages/ic-certification", default-features = false, version = "3.0.1" } +ic-http-certification = { path = "./packages/ic-http-certification", version = "3.0.1" } ic-certification-testing = { path = "./packages/ic-certification-testing" } -ic-representation-independent-hash = { path = "./packages/ic-representation-independent-hash", version = "3.0.0" } -ic-certificate-verification = { path = "./packages/ic-certificate-verification", version = "3.0.0" } -ic-response-verification = { path = "./packages/ic-response-verification", version = "3.0.0" } +ic-representation-independent-hash = { path = "./packages/ic-representation-independent-hash", version = "3.0.1" } +ic-certificate-verification = { path = "./packages/ic-certificate-verification", version = "3.0.1" } +ic-response-verification = { path = "./packages/ic-response-verification", version = "3.0.1" } ic-response-verification-test-utils = { path = "./packages/ic-response-verification-test-utils" } -ic-cbor = { path = "./packages/ic-cbor", version = "3.0.0" } +ic-cbor = { path = "./packages/ic-cbor", version = "3.0.1" } [workspace.dependencies.ic-types] diff --git a/packages/certificate-verification-js/package.json b/packages/certificate-verification-js/package.json index 2c842c7..3dc35fa 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.0", + "version": "3.0.1", "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 889a522..d99243f 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.0", + "version": "3.0.1", "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 8cd7251..c03cae8 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.0", + "version": "3.0.1", "author": "DFINITY Stiftung", "license": "Apache-2.0", "repository": "github:dfinity/response-verification",