Skip to content

Commit

Permalink
chore: promote dfx 0.15.2 (#3460)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew authored Dec 1, 2023
1 parent 29f3a83 commit 8732f01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# UNRELEASED

### feat: `dfx ledger top-up` also accepts canister names

Previously, `dfx ledger top-up` only accepted canister principals. Now it accepts both principals and canister names.

# 0.15.2

### fix: `dfx canister delete <canister id>` removes the related entry from the canister id store

Previously, deleting a canister in the project by id rather than by name
Expand Down Expand Up @@ -48,10 +54,6 @@ Certain suffixes that replace a number of zeros are now supported. The (case-ins

For cycles an additional `c` or `C` is also acceptable. For example: `dfx canister deposit-cycles 3TC mycanister`

### feat: `dfx ledger top-up` also accepts canister names

Previously, `dfx ledger top-up` only accepted canister principals. Now it accepts both principals and canister names.

### feat: added `dfx cycles` command

This won't work on mainnet yet, but can work locally after installing the cycles ledger.
Expand Down
5 changes: 3 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tags": {
"latest": "0.15.1"
"latest": "0.15.2"
},
"versions": [
"0.5.0",
Expand Down Expand Up @@ -59,6 +59,7 @@
"0.14.3",
"0.14.4",
"0.15.0",
"0.15.1"
"0.15.1",
"0.15.2"
]
}

0 comments on commit 8732f01

Please sign in to comment.