Skip to content

Commit

Permalink
Release 0.15.1 (#3411)
Browse files Browse the repository at this point in the history
* update changelog for release

* chore: Release 0.15.1

Signed-off-by: Severin Siffert <[email protected]>

* add missing title

---------

Signed-off-by: Severin Siffert <[email protected]>
  • Loading branch information
sesi200 authored Oct 5, 2023
1 parent 376c3bf commit 8e4e64c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -117,6 +119,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.

5 changes: 3 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"0.14.1",
"0.14.2",
"0.14.3",
"0.14.4"
"0.14.4",
"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 8e4e64c

Please sign in to comment.