Skip to content

Commit

Permalink
Merge pull request #176 from dfinity/relase-0.1.2
Browse files Browse the repository at this point in the history
Release 0.1.2
  • Loading branch information
NikolasHai authored Jan 16, 2024
2 parents 7b7862d + 713252b commit d38b0ec
Show file tree
Hide file tree
Showing 14 changed files with 67 additions and 43 deletions.
50 changes: 25 additions & 25 deletions Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "942cd82014b8c6eda3ee0d7071384fcc88385b6eba317f44e868d48d42a9589b",
"checksum": "e043e2e8975a80ddea9541376c4d638403581d88f3e857f5c7bdf34cac2ac9bf",
"crates": {
"addr2line 0.21.0": {
"name": "addr2line",
Expand Down Expand Up @@ -4931,9 +4931,9 @@
},
"license": "Apache-2.0"
},
"icrc1-test-env 0.1.1": {
"icrc1-test-env 0.1.2": {
"name": "icrc1-test-env",
"version": "0.1.1",
"version": "0.1.2",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -4982,13 +4982,13 @@
],
"selects": {}
},
"version": "0.1.1"
"version": "0.1.2"
},
"license": "Apache-2.0"
},
"icrc1-test-env-replica 0.1.1": {
"icrc1-test-env-replica 0.1.2": {
"name": "icrc1-test-env-replica",
"version": "0.1.1",
"version": "0.1.2",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -5045,13 +5045,13 @@
],
"selects": {}
},
"version": "0.1.1"
"version": "0.1.2"
},
"license": "Apache-2.0"
},
"icrc1-test-env-state-machine 0.1.1": {
"icrc1-test-env-state-machine 0.1.2": {
"name": "icrc1-test-env-state-machine",
"version": "0.1.1",
"version": "0.1.2",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -5100,13 +5100,13 @@
],
"selects": {}
},
"version": "0.1.1"
"version": "0.1.2"
},
"license": "Apache-2.0"
},
"icrc1-test-replica 0.1.1": {
"icrc1-test-replica 0.1.2": {
"name": "icrc1-test-replica",
"version": "0.1.1",
"version": "0.1.2",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -5146,13 +5146,13 @@
"selects": {}
},
"edition": "2018",
"version": "0.1.1"
"version": "0.1.2"
},
"license": "Apache-2.0"
},
"icrc1-test-runner 0.1.1": {
"icrc1-test-runner 0.1.2": {
"name": "icrc1-test-runner",
"version": "0.1.1",
"version": "0.1.2",
"repository": null,
"targets": [],
"library_target_name": null,
Expand Down Expand Up @@ -5190,13 +5190,13 @@
"selects": {}
},
"edition": "2018",
"version": "0.1.1"
"version": "0.1.2"
},
"license": "Apache-2.0"
},
"icrc1-test-suite 0.1.1": {
"icrc1-test-suite 0.1.2": {
"name": "icrc1-test-suite",
"version": "0.1.1",
"version": "0.1.2",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -5232,7 +5232,7 @@
"selects": {}
},
"edition": "2018",
"version": "0.1.1"
"version": "0.1.2"
},
"license": "Apache-2.0"
},
Expand Down Expand Up @@ -12486,12 +12486,12 @@
},
"binary_crates": [],
"workspace_members": {
"icrc1-test-env 0.1.1": "test/env",
"icrc1-test-env-replica 0.1.1": "test/env/replica",
"icrc1-test-env-state-machine 0.1.1": "test/env/state-machine",
"icrc1-test-replica 0.1.1": "test/replica",
"icrc1-test-runner 0.1.1": "test/runner",
"icrc1-test-suite 0.1.1": "test/suite"
"icrc1-test-env 0.1.2": "test/env",
"icrc1-test-env-replica 0.1.2": "test/env/replica",
"icrc1-test-env-state-machine 0.1.2": "test/env/state-machine",
"icrc1-test-replica 0.1.2": "test/replica",
"icrc1-test-runner 0.1.2": "test/runner",
"icrc1-test-suite 0.1.2": "test/suite"
},
"conditions": {
"aarch64-linux-android": [
Expand Down
12 changes: 6 additions & 6 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 test/env/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icrc1-test-env"
version = "0.1.1"
version = "0.1.2"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
4 changes: 4 additions & 0 deletions test/env/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - 2024-01-16
### Changed
- Use candid 0.10

## [0.1.1] - 2023-09-05
### Changed
- Updated candid to the latest version.
Expand Down
4 changes: 2 additions & 2 deletions test/env/replica/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icrc1-test-env-replica"
version = "0.1.1"
version = "0.1.2"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand All @@ -19,4 +19,4 @@ rand = { workspace = true }
ring = "0.16.20"
hex = { workspace = true }
async-trait = { workspace = true }
icrc1-test-env = { version = "0.1.1", path = "../" }
icrc1-test-env = { version = "0.1.2", path = "../" }
4 changes: 4 additions & 0 deletions test/env/replica/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - 2024-01-16
### Changed
- Use candid 0.10

## [0.1.1] - 2023-09-05
### Changed
- Updated candid to the latest version.
Expand Down
4 changes: 2 additions & 2 deletions test/env/state-machine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icrc1-test-env-state-machine"
version = "0.1.1"
version = "0.1.2"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand All @@ -17,4 +17,4 @@ candid = { workspace = true }
async-trait = { workspace = true }
hex = { workspace = true }
ic-test-state-machine-client = { workspace = true }
icrc1-test-env = { version = "0.1.1", path = "../" }
icrc1-test-env = { version = "0.1.2", path = "../" }
4 changes: 4 additions & 0 deletions test/env/state-machine/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - 2024-01-16
### Changed
- Use candid 0.10

## [0.1.1] - 2023-09-05
### Changed
- Updated candid to the latest version.
Expand Down
2 changes: 1 addition & 1 deletion test/replica/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icrc1-test-replica"
version = "0.1.1"
version = "0.1.2"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
4 changes: 4 additions & 0 deletions test/replica/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - 2024-01-16
### Changed
- Use candid 0.10

## [0.1.1] - 2023-09-05
### Changed
- Updated candid to the latest version.
Expand Down
8 changes: 4 additions & 4 deletions test/runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icrc1-test-runner"
version = "0.1.1"
version = "0.1.2"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand All @@ -13,9 +13,9 @@ name = "runner"
path = "main.rs"

[dependencies]
icrc1-test-env = { version ="0.1.1", path = "../env" }
icrc1-test-env-replica = { version ="0.1.1", path = "../env/replica" }
icrc1-test-suite = { version ="0.1.1", path = "../suite" }
icrc1-test-env = { version ="0.1.2", path = "../env" }
icrc1-test-env-replica = { version ="0.1.2", path = "../env/replica" }
icrc1-test-suite = { version ="0.1.2", path = "../suite" }
ic-agent = { workspace = true }
pico-args = "0.5"
reqwest = { workspace = true }
Expand Down
4 changes: 4 additions & 0 deletions test/runner/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - 2024-01-16
### Changed
- Use candid 0.10

## [0.1.1] - 2023-09-05
### Changed
- Updated candid to the latest version.
Expand Down
4 changes: 2 additions & 2 deletions test/suite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icrc1-test-suite"
version = "0.1.1"
version = "0.1.2"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand All @@ -15,4 +15,4 @@ path = "lib.rs"
anyhow = "1.0"
candid = { workspace = true }
futures = "0.3.24"
icrc1-test-env = { version ="0.1.1", path = "../env" }
icrc1-test-env = { version ="0.1.2", path = "../env" }
4 changes: 4 additions & 0 deletions test/suite/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - 2024-01-16
### Changed
- Use candid 0.10

## [0.1.1] - 2023-09-05
### Changed
- Make amounts transferred and approved in tests independent of the ledger fee and relative within a single test
Expand Down

0 comments on commit d38b0ec

Please sign in to comment.