Skip to content

Commit 9f71a6b

Browse files
authored
chore: Release 0.30.0-beta.0 (#4401)
* chore: Release 0.30.0-beta.0 Signed-off-by: Raymond Khalife <[email protected]> * chore: add 0.30.0 changelog header --------- Signed-off-by: Raymond Khalife <[email protected]>
1 parent 0ac87ab commit 9f71a6b

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# UNRELEASED
44

5+
# 0.30.0
6+
57
### feat: `dfx start --system-canisters` for bootstrapping system canisters
68

79
This new flag utilizes the built-in system canisters bootstrapping capability provided by PocketIC v10.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"0.28.0",
8585
"0.29.0",
8686
"0.29.1",
87-
"0.29.2"
87+
"0.29.2",
88+
"0.30.0-beta.0"
8889
]
8990
}

src/dfx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dfx"
3-
version = "0.29.2"
3+
version = "0.30.0-beta.0"
44
authors.workspace = true
55
edition.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)