From 1b1c7ddf8adae51ff1ec09152fba93eaf0730faf Mon Sep 17 00:00:00 2001 From: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com> Date: Tue, 18 Jan 2022 13:18:06 -0800 Subject: [PATCH] chore: release dfx 0.9.0 (#1990) * remove 0.8.5-beta.0, 0.8.5, 0.8.6 from manifest. Signed-off-by: Eric Swanson --- CHANGELOG.adoc | 8 +------- Cargo.lock | 2 +- public/manifest.json | 4 +--- src/dfx/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index ba8f221cf4..f618920e70 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,4 +1,4 @@ -= 0.8.6 += 0.9.0 == DFX @@ -75,12 +75,6 @@ This incorporates the following executed proposals: * https://dashboard.internetcomputer.org/proposal/25343[25343] * https://dashboard.internetcomputer.org/proposal/23633[23633] -= 0.8.5 - -== DFX - -The same as dfx 0.8.6, except dfx 0.8.6 fixed a bug in dfx 0.8.5's `dfx canister update-settings --all`. - = 0.8.4 == DFX diff --git a/Cargo.lock b/Cargo.lock index 6ed5fb0e0d..82474878de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -996,7 +996,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.8.6" +version = "0.9.0" dependencies = [ "actix", "actix-cors", diff --git a/public/manifest.json b/public/manifest.json index b0c994ca5c..ca70f5a663 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -53,8 +53,6 @@ "0.8.2", "0.8.3", "0.8.4", - "0.8.5-beta.0", - "0.8.5", - "0.8.6" + "0.9.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index ff7f0093f5..403e6b9e67 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.8.6" +version = "0.9.0" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"