From c1155c9df7b63924a762b3f77ff955e4f8a07bcc Mon Sep 17 00:00:00 2001 From: raymondk Date: Mon, 14 Apr 2025 20:24:18 -0400 Subject: [PATCH 1/5] chore: Release 0.26.1-beta.0 (#4211) Signed-off-by: Raymond Khalife --- Cargo.lock | 2 +- public/manifest.json | 3 ++- src/dfx/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7a8bc96c9..27d9125da1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1535,7 +1535,7 @@ checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00" [[package]] name = "dfx" -version = "0.26.0" +version = "0.26.1-beta.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 11d17ba998..fb2c953d84 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -78,6 +78,7 @@ "0.24.3", "0.25.0", "0.25.1", - "0.26.0" + "0.26.0", + "0.26.1-beta.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 0c5c01b578..96ac44f66c 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.26.0" +version = "0.26.1-beta.0" authors.workspace = true edition.workspace = true repository.workspace = true From 6f8ab6423eb242684411b7284d952e14923e6df2 Mon Sep 17 00:00:00 2001 From: raymondk Date: Mon, 21 Apr 2025 12:04:40 -0400 Subject: [PATCH 2/5] chore: update Motoko version to 0.14.8 (#4216) (#4217) --- CHANGELOG.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc50bca28..7312f83da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ # UNRELEASED +<<<<<<< HEAD ### chore: removes the outdated `_language-service` command ### feat: Support 'follow' mode for 'dfx canister logs' @@ -16,12 +17,6 @@ Improve `dfx canister logs` with several options - `--since` to show the logs newer than a relative duration - `--since-time` to show the logs newer than a specific timestamp -## Dependencies - -### Motoko - -Updated Motoko to [0.14.8](https://github.com/dfinity/motoko/releases/tag/0.14.8) - # 0.26.1 ### fix: clear state when switching from shared to project network @@ -46,7 +41,7 @@ Extend `dfx ledger transfer` and `dfx ledger balance` to support [ICRC-1 standar ### Motoko -Updated Motoko to [0.14.7](https://github.com/dfinity/motoko/releases/tag/0.14.7) +Updated Motoko to [0.14.8](https://github.com/dfinity/motoko/releases/tag/0.14.8) ### Replica From 32edd242c5ccc3a327b88d4c45b4be02e02cdd5d Mon Sep 17 00:00:00 2001 From: raymondk Date: Mon, 21 Apr 2025 13:59:04 -0400 Subject: [PATCH 3/5] chore: Release 0.26.1-beta.1 (#4218) Signed-off-by: Raymond Khalife --- Cargo.lock | 2 +- public/manifest.json | 3 ++- src/dfx/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27d9125da1..4ccb68607f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1535,7 +1535,7 @@ checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00" [[package]] name = "dfx" -version = "0.26.1-beta.0" +version = "0.26.1-beta.1" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index fb2c953d84..cb6d11f883 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -79,6 +79,7 @@ "0.25.0", "0.25.1", "0.26.0", - "0.26.1-beta.0" + "0.26.1-beta.0", + "0.26.1-beta.1" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 96ac44f66c..c1dd213d4f 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.26.1-beta.0" +version = "0.26.1-beta.1" authors.workspace = true edition.workspace = true repository.workspace = true From 96f67a707be4a2b99198dfa271183d3011d4feaf Mon Sep 17 00:00:00 2001 From: raymondk Date: Thu, 1 May 2025 16:22:02 -0400 Subject: [PATCH 4/5] chore: Release 0.26.1 (#4227) --- Cargo.lock | 2 +- public/manifest.json | 3 ++- src/dfx/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ccb68607f..7b2520bb9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1535,7 +1535,7 @@ checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00" [[package]] name = "dfx" -version = "0.26.1-beta.1" +version = "0.26.1" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index cb6d11f883..7e9e6e9329 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -80,6 +80,7 @@ "0.25.1", "0.26.0", "0.26.1-beta.0", - "0.26.1-beta.1" + "0.26.1-beta.1", + "0.26.1" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index c1dd213d4f..21542fdaec 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.26.1-beta.1" +version = "0.26.1" authors.workspace = true edition.workspace = true repository.workspace = true From 7666423396c89fab3c50e92e988977173456789f Mon Sep 17 00:00:00 2001 From: Raymond Khalife Date: Thu, 1 May 2025 13:28:34 -0700 Subject: [PATCH 5/5] chore: promote 0.26.1 --- CHANGELOG.md | 1 - public/manifest.json | 2 -- 2 files changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7312f83da2..77e4798e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,6 @@ # UNRELEASED -<<<<<<< HEAD ### chore: removes the outdated `_language-service` command ### feat: Support 'follow' mode for 'dfx canister logs' diff --git a/public/manifest.json b/public/manifest.json index 7e9e6e9329..bff85d5523 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -79,8 +79,6 @@ "0.25.0", "0.25.1", "0.26.0", - "0.26.1-beta.0", - "0.26.1-beta.1", "0.26.1" ] }