diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 71705ea90..b9e62f338 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -123,6 +123,7 @@ .xref:release-notes:sdk-release-notes.adoc[Release notes] +** xref:release-notes:0.7.2-rn.adoc[0.7.2] ** xref:release-notes:0.7.1-rn.adoc[0.7.1] ** xref:release-notes:0.7.0-rn.adoc[0.7.0] ** xref:release-notes:0.6.26-rn.adoc[0.6.26] diff --git a/modules/ROOT/pages/download.adoc b/modules/ROOT/pages/download.adoc index 5597bc768..d0748c7b6 100644 --- a/modules/ROOT/pages/download.adoc +++ b/modules/ROOT/pages/download.adoc @@ -35,11 +35,11 @@ To download and install a specific version from a terminal shell: . Set the `DFX_VERSION` environment variable to the version of the {sdk-short-name} package you want to install as a prefix to `+curl+` command. + -For example, to install version 0.7.1, you would run the following command: +For example, to install version 0.7.2, you would run the following command: + [source,bash] ---- -DFX_VERSION=0.7.1 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)" +DFX_VERSION=0.7.2 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)" ---- NOTE: If you are using the DFX_VERSION environment variable to install a version of the {sdk-short-name} not yet publicly available, see this link:http-middleware{outfilesuffix}[article] for an overview of what's changed. diff --git a/modules/developers-guide/examples/add-stylesheet-package.json b/modules/developers-guide/examples/add-stylesheet-package.json index cb65c4b70..1c1af8eb4 100644 --- a/modules/developers-guide/examples/add-stylesheet-package.json +++ b/modules/developers-guide/examples/add-stylesheet-package.json @@ -7,7 +7,7 @@ "build": "webpack" }, "devDependencies": { - "@dfinity/agent": "0.7.1", + "@dfinity/agent": "0.7.2", "assert": "2.0.0", "buffer": "6.0.3", "events": "3.3.0", diff --git a/modules/developers-guide/examples/custom-frontend-package.json b/modules/developers-guide/examples/custom-frontend-package.json index c7c6f9e58..bc5e2855f 100644 --- a/modules/developers-guide/examples/custom-frontend-package.json +++ b/modules/developers-guide/examples/custom-frontend-package.json @@ -7,7 +7,7 @@ "build": "webpack" }, "devDependencies": { - "@dfinity/agent": "0.7.1", + "@dfinity/agent": "0.7.2", "assert": "2.0.0", "buffer": "6.0.3", "events": "3.3.0", diff --git a/modules/developers-guide/examples/define-actor-dfx.json b/modules/developers-guide/examples/define-actor-dfx.json index 8afd99e2c..8a4138d62 100644 --- a/modules/developers-guide/examples/define-actor-dfx.json +++ b/modules/developers-guide/examples/define-actor-dfx.json @@ -10,7 +10,7 @@ "packtool": "" } }, - "dfx": "0.7.1", + "dfx": "0.7.2", "networks": { "local": { "bind": "127.0.0.1:8000", diff --git a/modules/developers-guide/examples/multiple-actors/dfx.json b/modules/developers-guide/examples/multiple-actors/dfx.json index e1f600de7..5e9851136 100644 --- a/modules/developers-guide/examples/multiple-actors/dfx.json +++ b/modules/developers-guide/examples/multiple-actors/dfx.json @@ -18,7 +18,7 @@ "packtool": "" } }, - "dfx": "0.7.1", + "dfx": "0.7.2", "networks": { "local": { "bind": "127.0.0.1:8000", diff --git a/modules/developers-guide/examples/sample-dfx.json b/modules/developers-guide/examples/sample-dfx.json index c8a354ca5..2399fb2e1 100644 --- a/modules/developers-guide/examples/sample-dfx.json +++ b/modules/developers-guide/examples/sample-dfx.json @@ -24,7 +24,7 @@ } }, - "dfx": "0.7.1", + "dfx": "0.7.2", "networks": { "local": { "bind": "127.0.0.1:8000", diff --git a/modules/developers-guide/examples/sample-explore-dfx.json b/modules/developers-guide/examples/sample-explore-dfx.json index 6102f3e83..17bb1d194 100644 --- a/modules/developers-guide/examples/sample-explore-dfx.json +++ b/modules/developers-guide/examples/sample-explore-dfx.json @@ -23,7 +23,7 @@ "packtool": "" } }, - "dfx": "0.7.1", + "dfx": "0.7.2", "networks": { "local": { "bind": "127.0.0.1:8000", diff --git a/modules/developers-guide/pages/cli-reference/dfx-envars.adoc b/modules/developers-guide/pages/cli-reference/dfx-envars.adoc index e585b66c5..4dfb407f7 100644 --- a/modules/developers-guide/pages/cli-reference/dfx-envars.adoc +++ b/modules/developers-guide/pages/cli-reference/dfx-envars.adoc @@ -62,5 +62,5 @@ DFX_TELEMETRY_DISABLED=1 Use the `+DFX_VERSION+` environment variable to identify a specific version of the {sdk-short-name} that you want to install. .... -DFX_VERSION=0.7.1 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)" +DFX_VERSION=0.7.2 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)" .... diff --git a/modules/developers-guide/pages/install-upgrade-remove.adoc b/modules/developers-guide/pages/install-upgrade-remove.adoc index 0a7693927..bbf642881 100644 --- a/modules/developers-guide/pages/install-upgrade-remove.adoc +++ b/modules/developers-guide/pages/install-upgrade-remove.adoc @@ -53,7 +53,7 @@ The following table describes the development environment components that the in The `~/.cache/dfinity/versions` directory stores one or more versioned subdirectories of the {sdk-short-name}. Each versioned subdirectory contains the all of the directories and files required for a specific version of the {sdk-short-name}. -For example, if you list the contents of the `~/.cache/dfinity/versions/0.7.1` directory you would see the following core components: +For example, if you list the contents of the `~/.cache/dfinity/versions/0.7.2` directory you would see the following core components: .... total 349192 diff --git a/modules/quickstart/pages/local-quickstart.adoc b/modules/quickstart/pages/local-quickstart.adoc index 800651c86..e4438af5b 100644 --- a/modules/quickstart/pages/local-quickstart.adoc +++ b/modules/quickstart/pages/local-quickstart.adoc @@ -71,7 +71,7 @@ dfx --version The command displays version information for the `+dfx+` command-line executable similar to the following: + .... -dfx 0.7.1 +dfx 0.7.2 .... . Preview usage information for the other `+dfx+` command-line sub-commands by running the following command: + diff --git a/modules/quickstart/pages/network-quickstart.adoc b/modules/quickstart/pages/network-quickstart.adoc index 06a2c7156..73a53636d 100644 --- a/modules/quickstart/pages/network-quickstart.adoc +++ b/modules/quickstart/pages/network-quickstart.adoc @@ -81,7 +81,7 @@ dfx --version The command displays version information for the `+dfx+` command-line executable similar to the following: + .... -dfx 0.7.1 +dfx 0.7.2 .... . Preview usage information for the other `+dfx+` command-line sub-commands by running the following command: + diff --git a/modules/release-notes/pages/0.7.2-rn.adoc b/modules/release-notes/pages/0.7.2-rn.adoc new file mode 100644 index 000000000..db7b5d40b --- /dev/null +++ b/modules/release-notes/pages/0.7.2-rn.adoc @@ -0,0 +1,17 @@ += Highlights of what's new in {release} +:description: DFINITY Canister Software Development Kit Release Notes +:proglang: Motoko +:IC: Internet Computer +:company-id: DFINITY +:release: 0.7.2 +ifdef::env-github,env-browser[:outfilesuffix:.adoc] + +The {release} release includes updates and fixes that are primarily internal to improve existing features and functions rather than user-visible. + +The most significant changes in this release include the following: + +* Support for the latest version of the {IC} specification and replica. + +* The availability of new application subnets enable you to now deploy projects on the {IC}. + +* The default cycle balance for new cycles wallet canisters is now set to 3T (three trillion) cycles on application subnets and 4T (four trillion) on verified application subnets. diff --git a/modules/release-notes/pages/sdk-release-notes.adoc b/modules/release-notes/pages/sdk-release-notes.adoc index 70893dfcf..17ea136a3 100644 --- a/modules/release-notes/pages/sdk-release-notes.adoc +++ b/modules/release-notes/pages/sdk-release-notes.adoc @@ -3,7 +3,7 @@ :proglang: Motoko :IC: Internet Computer :company-id: DFINITY -:release: 0.7.1 +:release: 0.7.2 ifdef::env-github,env-browser[:outfilesuffix:.adoc] The {sdk-long-name} enables developers to develop applications to run on the {IC}.