Skip to content

Commit 9871453

Browse files
committed
Fixes.
1 parent e82d4a5 commit 9871453

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,7 @@
1515
- [Rust](https://github.com/moonrepo/plugins/blob/master/tools/rust/CHANGELOG.md)
1616
- [Schema (TOML, JSON, YAML)](https://github.com/moonrepo/plugins/blob/master/tools/internal-schema/CHANGELOG.md)
1717

18-
## 0.53.4
19-
20-
#### 🧩 Plugins
21-
22-
- Updated `python_tool` to v0.14.5.
23-
- Pre-builts will now use a much smaller archive when downloading.
24-
- Fixed a UTF-8 unpacking error.
25-
26-
#### 🚀 Updates
27-
28-
- Added a new command, `proto shell`, that will initialize a list of tools into the environment and start an interactive shell session.
29-
- By default, it will use the current shell, but you can override this with the `--shell` option.
30-
- Example: `proto shell node@20 npm@10`
18+
## Unreleased
3119

3220
#### 🚀 Updates
3321

@@ -42,6 +30,19 @@
4230

4331
#### ⚙️ Internal
4432

33+
- Updated Rust to v1.91.0.
34+
- Updated dependencies.
35+
36+
## 0.53.4
37+
38+
#### 🧩 Plugins
39+
40+
- Updated `python_tool` to v0.14.5.
41+
- Pre-builts will now use a much smaller archive when downloading.
42+
- Fixed a UTF-8 unpacking error.
43+
44+
#### ⚙️ Internal
45+
4546
- Updated dependencies.
4647

4748
## 0.53.3

crates/cli/tests/snapshots/plugins_test__plugins__builtins__supports_ruby.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ expression: "fs::read_to_string(sandbox.path().join(\".proto/shims/registry.json
1111
"alt_bin": true,
1212
"parent": "ruby"
1313
},
14+
"irb": {
15+
"alt_bin": true,
16+
"parent": "ruby"
17+
},
1418
"rake": {
1519
"alt_bin": true,
1620
"parent": "ruby"

0 commit comments

Comments
 (0)