Skip to content

Commit 4fc70ba

Browse files
authored
chore: promote 0.26.1 (#4230)
1 parent 17250a3 commit 4fc70ba

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

CHANGELOG.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ Improve `dfx canister logs` with several options
1616
- `--since` to show the logs newer than a relative duration
1717
- `--since-time` to show the logs newer than a specific timestamp
1818

19-
## Dependencies
20-
21-
### Motoko
22-
23-
Updated Motoko to [0.14.8](https://github.com/dfinity/motoko/releases/tag/0.14.8)
24-
2519
# 0.26.1
2620

2721
### fix: clear state when switching from shared to project network
@@ -46,7 +40,7 @@ Extend `dfx ledger transfer` and `dfx ledger balance` to support [ICRC-1 standar
4640

4741
### Motoko
4842

49-
Updated Motoko to [0.14.7](https://github.com/dfinity/motoko/releases/tag/0.14.7)
43+
Updated Motoko to [0.14.8](https://github.com/dfinity/motoko/releases/tag/0.14.8)
5044

5145
### Replica
5246

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"0.24.3",
7979
"0.25.0",
8080
"0.25.1",
81-
"0.26.0"
81+
"0.26.0",
82+
"0.26.1"
8283
]
8384
}

src/dfx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dfx"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
authors.workspace = true
55
edition.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)