From 208e258e73b4228e52cf3deeb87bf99994a3619c Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Thu, 5 Oct 2023 09:13:02 +0200 Subject: [PATCH] Revert "chore: Release 0.15.1 (#3406)" This reverts commit 1793629a0445cbafa475aa1a20190e83cee5c162. --- CHANGELOG.md | 2 -- Cargo.lock | 2 +- public/manifest.json | 5 ++--- src/dfx/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3427e072b..065c77b180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ # UNRELEASED -# 0.15.1 - ### feat: Added support for reserved_cycles and reserved_cycles_limit `dfx canister status` will now display the reserved cycles balance and reserved cycles limit for a canister. diff --git a/Cargo.lock b/Cargo.lock index 722041bafe..36caf124d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1327,7 +1327,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.15.1" +version = "0.14.3" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 83432c09ee..861b203a03 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -57,7 +57,6 @@ "0.14.1", "0.14.2", "0.14.3", - "0.14.4", - "0.15.1" + "0.14.4" ] -} \ No newline at end of file +} diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index cf60e8de61..4f6f1ae8a2 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.15.1" +version = "0.14.3" authors.workspace = true edition.workspace = true repository.workspace = true