Skip to content

Commit

Permalink
chore: promote release 0.15.1 (#3417)
Browse files Browse the repository at this point in the history
Also:
  - Adds 0.15.0 to the manifest.  It was an oversight not to include it when promoting 0.15.0.
  - Moves a changlog entry so that it remains in the "unreleased" section
  - Adds a missing changelog entry for the post-0.15.1 update to Motoko 0.10.0.
  • Loading branch information
ericswanson-dfinity authored Oct 12, 2023
1 parent 5ba48e3 commit 2382c08
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

# UNRELEASED

### feat: added `cycles balance` command

This won't work on mainnet yet, but it can work locally after installing the cycles ledger.

## Dependencies

### Motoko

Updated Motoko to [0.10.0](https://github.com/dfinity/motoko/releases/tag/0.10.0)

# 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.
Expand Down Expand Up @@ -85,10 +97,6 @@ The parameter was erroneously passed twice. Now it is passed only once.

Removed this warning: "Project-specific networks are deprecated and will be removed after February 2023." While we may remove project-specific networks in the future, it is not imminent. One key requirement is the ability to run more than one subnet type at one time.

### feat: added `cycles balance` command

This won't work on mainnet yet, but it can work locally after installing the cycles ledger.

## Dependencies

### icx-proxy
Expand Down Expand Up @@ -121,6 +129,8 @@ The verifying side can then unzip the response and will have a valid certificate
- https://github.com/dfinity/sdk/pull/3298
- https://github.com/dfinity/sdk/pull/3281

### Replica

Updated replica to elected commit 91bf38ff3cb927cb94027d9da513cd15f91a5b04.
This incorporates the following executed proposals:

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tags": {
"latest": "0.15.0"
"latest": "0.15.1"
},
"versions": [
"0.5.0",
Expand Down Expand Up @@ -57,6 +57,8 @@
"0.14.1",
"0.14.2",
"0.14.3",
"0.14.4"
"0.14.4",
"0.15.0",
"0.15.1"
]
}
2 changes: 1 addition & 1 deletion src/dfx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dfx"
version = "0.14.3"
version = "0.15.1"
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 2382c08

Please sign in to comment.