Skip to content

Commit

Permalink
chore: release 0.19.0-beta.1 (#3682)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity authored Mar 28, 2024
1 parent 72512be commit e3399d6
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ This incorporates the following executed proposals:

Downgraded Bitcoin canister to [release/2023-10-13](https://github.com/dfinity/bitcoin-canister/releases/tag/release%2F2023-10-13)

### Motoko

Updated Motoko to [0.11.1](https://github.com/dfinity/motoko/releases/tag/0.11.1)

# 0.18.0

### fix!: removed the `dfx upgrade` command
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.

18 changes: 9 additions & 9 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,27 +129,27 @@
"builtin": false,
"description": "The Motoko base library",
"owner": "dfinity",
"sha256": "1hk2ldsbgyg2qxf5qkn8gjjhx9m3wg5rsvc5mj5fw1lx1ln9nf74",
"sha256": "00nz3d2r7rs5gm500fzk370g8vrj89cw7qmck64zp7c4b8yybgah",
"type": "tarball",
"url": "https://github.com/dfinity/motoko/releases/download/0.11.0/motoko-base-library.tar.gz",
"url": "https://github.com/dfinity/motoko/releases/download/0.11.1/motoko-base-library.tar.gz",
"url_template": "https://github.com/dfinity/motoko/releases/download/<version>/motoko-base-library.tar.gz",
"version": "0.11.0"
"version": "0.11.1"
},
"motoko-x86_64-darwin": {
"builtin": false,
"sha256": "1xdj01hpvxmvmlwqh46psks80n57rm4fls6k3vkm4j3w08hjnkci",
"sha256": "0kx2wcn01fa9n4ff885bq158jahjrb2h3nzigqa2d0m0zsh1mis1",
"type": "file",
"url": "https://github.com/dfinity/motoko/releases/download/0.11.0/motoko-Darwin-x86_64-0.11.0.tar.gz",
"url": "https://github.com/dfinity/motoko/releases/download/0.11.1/motoko-Darwin-x86_64-0.11.1.tar.gz",
"url_template": "https://github.com/dfinity/motoko/releases/download/<version>/motoko-Darwin-x86_64-<version>.tar.gz",
"version": "0.11.0"
"version": "0.11.1"
},
"motoko-x86_64-linux": {
"builtin": false,
"sha256": "0l9fd5cp2h65r6zs3r49bg1h83cq21zj52s6pd8y8as24h019mql",
"sha256": "0w0awvzdl5rqqwvwzfmascnvznmh80dwbhar12s4kfv9knfinv3a",
"type": "file",
"url": "https://github.com/dfinity/motoko/releases/download/0.11.0/motoko-Linux-x86_64-0.11.0.tar.gz",
"url": "https://github.com/dfinity/motoko/releases/download/0.11.1/motoko-Linux-x86_64-0.11.1.tar.gz",
"url_template": "https://github.com/dfinity/motoko/releases/download/<version>/motoko-Linux-x86_64-<version>.tar.gz",
"version": "0.11.0"
"version": "0.11.1"
},
"replica-x86_64-darwin": {
"builtin": false,
Expand Down
3 changes: 2 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"0.16.1",
"0.17.0",
"0.18.0",
"0.19.0-beta.0"
"0.19.0-beta.0",
"0.19.0-beta.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.19.0-beta.0"
version = "0.19.0-beta.1"
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
16 changes: 8 additions & 8 deletions src/dfx/assets/dfx-asset-sources.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b
sha256 = 'dd463ffea401473bc28ac9e84c06b78f2566b3f927458e471c36b9c5c3cf051f'

[x86_64-darwin.motoko]
url = 'https://github.com/dfinity/motoko/releases/download/0.11.0/motoko-Darwin-x86_64-0.11.0.tar.gz'
sha256 = '914d2b21027c4852e71ed368ea48cda75880f4d4d7108839adbbf67d6100b2f5'
url = 'https://github.com/dfinity/motoko/releases/download/0.11.1/motoko-Darwin-x86_64-0.11.1.tar.gz'
sha256 = '41c71aa0fea08226147ef1db01c5ca122a894ac0ab20e41cb149b9002ce3a24f'
# The replica and canister_sandbox binaries must have the same revision.

[x86_64-darwin.replica]
Expand All @@ -48,8 +48,8 @@ url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b
sha256 = '4ce2d9650447275f043f11e80f66ec9ac2de647942a9d51a3e814a96fd15b5ba'

[x86_64-darwin.motoko-base]
url = 'https://github.com/dfinity/motoko/releases/download/0.11.0/motoko-base-library.tar.gz'
sha256 = '296130ab608a242facb9cb1249dda75e20d7a5b373f27455ac79cb45b17d0ea9'
url = 'https://github.com/dfinity/motoko/releases/download/0.11.1/motoko-base-library.tar.gz'
sha256 = '51ca8ed026022f37f0654c7e85e089ec56bb87e2d55a8a43088b30a68c26dafa'

[x86_64-darwin.ic-btc-canister]
url = 'https://github.com/dfinity/bitcoin-canister/releases/download/release%2F2023-10-13/ic-btc-canister.wasm.gz'
Expand Down Expand Up @@ -80,8 +80,8 @@ url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b
sha256 = '2edba045144fe3ee2959b96007b289912131022de70802f1469b836ea32f024c'

[x86_64-linux.motoko]
url = 'https://github.com/dfinity/motoko/releases/download/0.11.0/motoko-Linux-x86_64-0.11.0.tar.gz'
sha256 = '14d7140024422be451bb468b227f10980d04c35b89e4a1bfc9c5407159692e51'
url = 'https://github.com/dfinity/motoko/releases/download/0.11.1/motoko-Linux-x86_64-0.11.1.tar.gz'
sha256 = '6a6c1b9d9d69bb49b40859c1c51b40b0dabf2dd3aabacf37c73817dafee60a70'
# The replica and canister_sandbox binaries must have the same revision.

[x86_64-linux.replica]
Expand All @@ -102,8 +102,8 @@ url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b
sha256 = 'ada0f1e7197a1228fa4ac068a4ba2d6365c8856e1e5b160fa9fc8d3f3ccd887e'

[x86_64-linux.motoko-base]
url = 'https://github.com/dfinity/motoko/releases/download/0.11.0/motoko-base-library.tar.gz'
sha256 = '296130ab608a242facb9cb1249dda75e20d7a5b373f27455ac79cb45b17d0ea9'
url = 'https://github.com/dfinity/motoko/releases/download/0.11.1/motoko-base-library.tar.gz'
sha256 = '51ca8ed026022f37f0654c7e85e089ec56bb87e2d55a8a43088b30a68c26dafa'

[x86_64-linux.ic-btc-canister]
url = 'https://github.com/dfinity/bitcoin-canister/releases/download/release%2F2023-10-13/ic-btc-canister.wasm.gz'
Expand Down

0 comments on commit e3399d6

Please sign in to comment.