From 1793629a0445cbafa475aa1a20190e83cee5c162 Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Thu, 5 Oct 2023 09:12:54 +0200 Subject: [PATCH] chore: Release 0.15.1 (#3406) * update changelog for release * chore: Release 0.15.1 Signed-off-by: Severin Siffert --------- Signed-off-by: Severin Siffert --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- public/manifest.json | 5 +++-- src/dfx/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 065c77b180..d3427e072b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ # 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 36caf124d2..722041bafe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1327,7 +1327,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.14.3" +version = "0.15.1" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 861b203a03..83432c09ee 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -57,6 +57,7 @@ "0.14.1", "0.14.2", "0.14.3", - "0.14.4" + "0.14.4", + "0.15.1" ] -} +} \ No newline at end of file diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 4f6f1ae8a2..cf60e8de61 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.14.3" +version = "0.15.1" authors.workspace = true edition.workspace = true repository.workspace = true