Skip to content

Commit

Permalink
chore: release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Aug 16, 2023
1 parent 93d34bd commit d020814
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ commitizen:
name: cz_conventional_commits
tag_format: $version
update_changelog_on_bump: true
version: 1.0.1
version: 1.0.2
version_files:
- packages/certificate-verification-js/package.json:version
- packages/ic-certification-testing/Cargo.toml:version
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
run: echo "Bumping to version ${{ steps.cz.outputs.version }}"

- name: Update Cargo.lock
run: cargo build -p ic-response-verification
run: |
cargo build
pnpm build
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 1.0.2 (2023-08-16)

### Fix

Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/certificate-verification-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dfinity/certificate-verification",
"description": "Client side certificate verification for the Internet Computer",
"version": "1.0.1",
"version": "1.0.2",
"author": "DFINITY Stiftung",
"license": "Apache-2.0",
"repository": "github:dfinity/response-verification",
Expand Down
4 changes: 2 additions & 2 deletions packages/ic-certification-testing-wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ic-certification-testing-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ic-certification-testing-wasm"
description = "Utilities for testing applications that work with Internet Computer certification"
version = "1.0.1"
version = "1.0.2"
authors = ["DFINITY Stiftung"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion packages/ic-certification-testing-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dfinity/certification-testing",
"description": "Utilities for testing applications that work with Internet Computer certification",
"version": "1.0.1",
"version": "1.0.2",
"author": "DFINITY Stiftung",
"license": "Apache-2.0",
"repository": "github:dfinity/response-verification",
Expand Down
2 changes: 1 addition & 1 deletion packages/ic-certification-testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ic-certification-testing"
description = "Utilities for testing applications that work with Internet Computer certification"
version = "1.0.1"
version = "1.0.2"
authors = ["DFINITY Stiftung"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion packages/ic-representation-independent-hash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ic-representation-independent-hash"
description = "A library for computing representation-independent hashes as described in the Internet Computer interface specification."
version = "1.0.1"
version = "1.0.2"
authors = ["DFINITY Stiftung"]
license = "Apache-2.0"
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions packages/ic-response-verification-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "ic-response-verification-test-utils"
version = "1.0.1"
version = "1.0.2"
edition = "2021"

[dependencies]
base64 = "0.21.0"
hex = "0.4.3"
ic-certification-testing = { path = "../ic-certification-testing", version = "1.0.1" }
ic-certification-testing = { path = "../ic-certification-testing", version = "1.0.2" }
ic-types = { git = "https://github.com/dfinity/ic", rev = "a533346f63f4091eb64692891de0d5b2ffd5b22a" }
ic-certified-map = "0.4.0"
sha256 = "1.1.1"
serde_cbor = "0.11.2"
leb128 = "0.2.5"
serde = { version = "1.0.152", features = ["derive"]}
serde = { version = "1.0", features = ["derive"]}
flate2 = "1.0.25"
2 changes: 1 addition & 1 deletion packages/ic-response-verification-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-response-verification-tests"
version = "1.0.1"
version = "1.0.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/ic-response-verification-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ic-response-verification-tests",
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {
"@dfinity/agent": "~0.18.0",
"@dfinity/principal": "~0.18.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/ic-response-verification-wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ic-response-verification-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ic-response-verification-wasm"
description = "WASM version of client side response verification for the Internet Computer"
version = "1.0.1"
version = "1.0.2"
authors = ["DFINITY Stiftung"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion packages/ic-response-verification-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dfinity/response-verification",
"description": "Client side response verification for the Internet Computer",
"version": "1.0.1",
"version": "1.0.2",
"author": "DFINITY Stiftung",
"license": "Apache-2.0",
"repository": "github:dfinity/response-verification",
Expand Down
4 changes: 2 additions & 2 deletions packages/ic-response-verification/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ic-response-verification"
description = "Client side response verification for the Internet Computer"
version = "1.0.1"
version = "1.0.2"
authors = ["DFINITY Stiftung"]
license = "Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -29,7 +29,7 @@ thiserror = "1.0.37"
sha2 = "0.10.6"
http = "0.2.8"
ic-certification = { version = "0.25.0", default_features = false }
ic-representation-independent-hash = { path = "../ic-representation-independent-hash", version = "1.0.1" }
ic-representation-independent-hash = { path = "../ic-representation-independent-hash", version = "1.0.2" }
miracl_core_bls12381 = { version = "4.2.2", default_features = false, features = ["std", "allow_alt_compress"] }
flate2 = "1.0.24"
leb128 = "0.2.5"
Expand Down

0 comments on commit d020814

Please sign in to comment.