Skip to content

Commit

Permalink
Revert "chore: Release 0.15.1 (#3406)" (#3410)
Browse files Browse the repository at this point in the history
This reverts commit 1793629.
  • Loading branch information
sesi200 authored Oct 5, 2023
1 parent 1793629 commit 376c3bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

# 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: 2 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"0.14.1",
"0.14.2",
"0.14.3",
"0.14.4",
"0.15.1"
"0.14.4"
]
}
}
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.15.1"
version = "0.14.3"
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 376c3bf

Please sign in to comment.