Skip to content

Commit

Permalink
chore: Release 0.15.1 (#3406)
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]>

---------

Signed-off-by: Severin Siffert <[email protected]>
  • Loading branch information
sesi200 authored Oct 5, 2023
1 parent 234552b commit 1793629
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 2 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
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 1793629

Please sign in to comment.