Skip to content

Commit 6fafeda

Browse files
committed
Bump.
1 parent d5ff80c commit 6fafeda

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
#### 🚀 Updates
6+
7+
- Reworked the workspace graph caching to avoid plugin calls on cache hits, which can improve
8+
performance in large workspaces.
9+
10+
#### 🧰 Toolchains
11+
12+
- **Go**
13+
- Fixed `go list -deps` running on non-Go projects.
14+
315
## 2.4.1
416

517
#### 🐞 Fixes

crates/config-loader/src/toolchains_config_ext.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ impl ToolchainsConfigExt {
1313
match id.as_str() {
1414
"bun" => Some(locate("bun_toolchain", "1.0.2")),
1515
"deno" => Some(locate("deno_toolchain", "1.1.0")),
16-
"go" => Some(locate("go_toolchain", "1.4.3")),
16+
"go" => Some(locate("go_toolchain", "1.4.4")),
1717
"javascript" => Some(locate("javascript_toolchain", "1.2.1")),
1818
"node" => Some(locate("node_toolchain", "1.0.2")),
1919
"npm" => Some(locate("node_depman_toolchain", "1.0.3")),

0 commit comments

Comments
 (0)