[go: nahoru, domu]

Skip to content

Commit

Permalink
Update version number and add 0.6.23 (dfinity#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsgunnlsgunn committed Feb 11, 2021
1 parent f7db6ca commit 15c9efc
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 11 deletions.
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
//** link:https://github.com/dfinity/cancan[CanCan]//

.xref:release-notes:sdk-release-notes.adoc[Release notes]
** xref:release-notes:0.6.22-rn.adoc[0.6.23]
** xref:release-notes:0.6.22-rn.adoc[0.6.22]
** xref:release-notes:0.6.21-rn.adoc[0.6.21]
** xref:release-notes:0.6.20-rn.adoc[0.6.20]
Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/download.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,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.6.22, you would run the following command:
For example, to install version 0.6.23, you would run the following command:
+
[source,bash]
----
DFX_VERSION=0.6.22 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
DFX_VERSION=0.6.23 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
----
// end::install[]

Expand Down
2 changes: 1 addition & 1 deletion modules/developers-guide/examples/define-actor-dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"packtool": ""
}
},
"dfx": "0.6.22",
"dfx": "0.6.23",
"networks": {
"local": {
"bind": "127.0.0.1:8000",
Expand Down
2 changes: 1 addition & 1 deletion modules/developers-guide/examples/multiple-actors/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"packtool": ""
}
},
"dfx": "0.6.22",
"dfx": "0.6.23",
"networks": {
"local": {
"bind": "127.0.0.1:8000",
Expand Down
2 changes: 1 addition & 1 deletion modules/developers-guide/examples/sample-dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},

"dfx": "0.6.22",
"dfx": "0.6.23",
"networks": {
"local": {
"bind": "127.0.0.1:8000",
Expand Down
2 changes: 1 addition & 1 deletion modules/developers-guide/examples/sample-explore-dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"packtool": ""
}
},
"dfx": "0.6.22",
"dfx": "0.6.23",
"networks": {
"local": {
"bind": "127.0.0.1:8000",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,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.6.22 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
DFX_VERSION=0.6.23 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
....
2 changes: 1 addition & 1 deletion modules/developers-guide/pages/install-upgrade-remove.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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.6.22` directory you would see the following core components:
For example, if you list the contents of the `~/.cache/dfinity/versions/0.6.23` directory you would see the following core components:

....
total 338216
Expand Down
2 changes: 1 addition & 1 deletion modules/quickstart/pages/local-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dfx --version
The command displays version information for the `+dfx+` command-line executable similar to the following:
+
....
dfx 0.6.22
dfx 0.6.23
....
. Preview usage information for the other `+dfx+` command-line sub-commands by running the following command:
+
Expand Down
2 changes: 1 addition & 1 deletion modules/quickstart/pages/network-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dfx --version
The command displays version information for the `+dfx+` command-line executable similar to the following:
+
....
dfx 0.6.22
dfx 0.6.23
....
. Preview usage information for the other `+dfx+` command-line sub-commands by running the following command:
+
Expand Down
28 changes: 28 additions & 0 deletions modules/release-notes/pages/0.6.23-rn.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
= Highlights of what's new in {release}
:description: DFINITY Canister Software Development Kit Release Notes
:proglang: Motoko
:platform: Internet Computer platform
:IC: Internet Computer
:company-id: DFINITY
:sdk-short-name: DFINITY Canister SDK
:sdk-long-name: DFINITY Canister Software Development Kit (SDK)
:release: 0.6.23
ifdef::env-github,env-browser[:outfilesuffix:.adoc]

The {release} release consists of changes to support new features and enhancements that are not yet complete.

== New features and capabilities

The most significant new feature enables you to use a locally-installed `+@dfinity/bootstrap+` server.

For information about updates to Candid, see the link:https://github.com/dfinity/candid/blob/master/Changelog.md[Candid changelog].

////
== Issues fixed in this release
This section covers any reported issues that have been fixed in this release.
== Known issues and limitations
This section covers any known issues or limitations that might affect how you work with the {sdk-short-name} in specific environments or scenarios.
////
2 changes: 1 addition & 1 deletion modules/release-notes/pages/sdk-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:company-id: DFINITY
:sdk-short-name: DFINITY Canister SDK
:sdk-long-name: DFINITY Canister Software Development Kit (SDK)
:release: 0.6.22
:release: 0.6.23
ifdef::env-github,env-browser[:outfilesuffix:.adoc]

The {sdk-long-name} enables developers to develop applications to run on the {IC}.
Expand Down

0 comments on commit 15c9efc

Please sign in to comment.