Skip to content

Commit

Permalink
chore: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Aug 14, 2023
1 parent 9c89942 commit c220fcb
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 31 deletions.
24 changes: 12 additions & 12 deletions .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ commitizen:
name: cz_conventional_commits
tag_format: $version
update_changelog_on_bump: true
version: 1.0.0
version: 1.0.1
version_files:
- packages/certificate-verification-js/package.json:version
- packages/ic-certification-testing/Cargo.toml:version
- packages/ic-certification-testing-wasm/Cargo.toml:version
- packages/ic-certification-testing-wasm/package.json:version
- packages/ic-representation-independent-hash/Cargo.toml:version
- packages/ic-response-verification/Cargo.toml:version
- packages/ic-response-verification-test-utils/Cargo.toml:version
- packages/ic-response-verification-tests/Cargo.toml:version
- packages/ic-response-verification-tests/package.json:version
- packages/ic-response-verification-wasm/package.json:version
- packages/ic-response-verification-wasm/Cargo.toml:version
- packages/certificate-verification-js/package.json:version
- packages/ic-certification-testing/Cargo.toml:version
- packages/ic-certification-testing-wasm/Cargo.toml:version
- packages/ic-certification-testing-wasm/package.json:version
- packages/ic-representation-independent-hash/Cargo.toml:version
- packages/ic-response-verification/Cargo.toml:version
- packages/ic-response-verification-test-utils/Cargo.toml:version
- packages/ic-response-verification-tests/Cargo.toml:version
- packages/ic-response-verification-tests/package.json:version
- packages/ic-response-verification-wasm/package.json:version
- packages/ic-response-verification-wasm/Cargo.toml:version
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.1 (2023-08-14)

### 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.0",
"version": "1.0.1",
"author": "DFINITY Stiftung",
"license": "Apache-2.0",
"repository": "github:dfinity/response-verification",
Expand Down
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.0"
version = "1.0.1"
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.0",
"version": "1.0.1",
"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.0"
version = "1.0.1"
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.0"
version = "1.0.1"
authors = ["DFINITY Stiftung"]
license = "Apache-2.0"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions packages/ic-response-verification-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "ic-response-verification-test-utils"
version = "1.0.0"
version = "1.0.1"
edition = "2021"

[dependencies]
base64 = "0.21.0"
hex = "0.4.3"
ic-certification-testing = { path = "../ic-certification-testing", version = "1.0.0" }
ic-certification-testing = { path = "../ic-certification-testing", version = "1.0.1" }
ic-types = { git = "https://github.com/dfinity/ic", rev = "a533346f63f4091eb64692891de0d5b2ffd5b22a" }
ic-certified-map = "0.4.0"
sha256 = "1.1.1"
Expand Down
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.0"
version = "1.0.1"
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.0",
"version": "1.0.1",
"dependencies": {
"@dfinity/agent": "~0.18.0",
"@dfinity/principal": "~0.18.0",
Expand Down
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.0"
version = "1.0.1"
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.0",
"version": "1.0.1",
"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.0"
version = "1.0.1"
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.0" }
ic-representation-independent-hash = { path = "../ic-representation-independent-hash", version = "1.0.1" }
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 c220fcb

Please sign in to comment.