From 53a30539e1ccb43c26f839ac795ea564c0294569 Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Mon, 22 Jan 2024 18:13:46 -0500 Subject: [PATCH 1/3] chore: Release 0.16.0-beta.0 (#3524) Signed-off-by: Linwei Shang --- 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 0cefd278cd..bbf7adb104 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1443,7 +1443,7 @@ checksum = "6a1abaf4d861455be59f64fd2b55606cb151fce304ede7165f410243ce96bde6" [[package]] name = "dfx" -version = "0.15.3" +version = "0.16.0-beta.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index a7faa4712f..6769351fba 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -61,6 +61,7 @@ "0.15.0", "0.15.1", "0.15.2", - "0.15.3" + "0.15.3", + "0.16.0-beta.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 5927305ff4..68d25c7eae 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.15.3" +version = "0.16.0-beta.0" authors.workspace = true edition.workspace = true repository.workspace = true From b74a89038e0e4917479042b89e6351db49691929 Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Wed, 24 Jan 2024 15:08:42 -0500 Subject: [PATCH 2/3] chore: Release 0.16.0 (#3531) Signed-off-by: Linwei Shang --- 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 bbf7adb104..b84ad1ee20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1443,7 +1443,7 @@ checksum = "6a1abaf4d861455be59f64fd2b55606cb151fce304ede7165f410243ce96bde6" [[package]] name = "dfx" -version = "0.16.0-beta.0" +version = "0.16.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 6769351fba..006417c541 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -62,6 +62,7 @@ "0.15.1", "0.15.2", "0.15.3", - "0.16.0-beta.0" + "0.16.0-beta.0", + "0.16.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 68d25c7eae..e30dab07fb 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.16.0-beta.0" +version = "0.16.0" authors.workspace = true edition.workspace = true repository.workspace = true From d645cf6870f237c1736fdfee56af902e48a0531e Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Thu, 25 Jan 2024 10:36:36 -0500 Subject: [PATCH 3/3] chore: promote 0.16.0 --- public/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 006417c541..35be6421ad 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "tags": { - "latest": "0.15.3" + "latest": "0.16.0" }, "versions": [ "0.5.0", @@ -62,7 +62,6 @@ "0.15.1", "0.15.2", "0.15.3", - "0.16.0-beta.0", "0.16.0" ] }