Skip to content

Commit

Permalink
chore: release 0.8.0 (#1769)
Browse files Browse the repository at this point in the history
* chore: Release 0.8.0

Signed-off-by: Eric Swanson <eric.swanson@dfinity.org>

* fix adoc, remove 0.7.7
  • Loading branch information
ericswanson-dfinity committed Jul 21, 2021
1 parent b4ec9bb commit 7a0da3d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
= 0.8.0


The 0.8.0 release includes updates and fixes that are primarily internal to improve existing features and functions rather than user-visible.

== DFX

=== fix: dfx identity set-wallet no longer requires --force when used with --network ic

This was intended to skip verification of the wallet canister on the IC network,
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.

2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"0.7.0",
"0.7.1",
"0.7.2",
"0.7.7"
"0.8.0"
]
}
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.7.7"
version = "0.8.0"
authors = ["DFINITY Team"]
edition = "2018"
build = "assets/build.rs"
Expand Down

0 comments on commit 7a0da3d

Please sign in to comment.