Skip to content

Commit cba3923

Browse files
committed
deps: Update to latest. Upgrade Rust to v1.91. (#899)
1 parent 1116657 commit cba3923

27 files changed

+922
-900
lines changed

CHANGELOG.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@
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+
## Unreleased
19+
20+
#### 🚀 Updates
21+
22+
- Added a new command, `proto shell`, that will initialize a list of tools into the environment and start an interactive shell session.
23+
- By default, it will use the current shell, but you can override this with the `--shell` option.
24+
- Example: `proto shell node@20 npm@10`
25+
26+
#### 🧩 Plugins
27+
28+
- Updated `ruby_tool` to v0.2.5.
29+
- Added `irb` shim support.
30+
31+
#### ⚙️ Internal
32+
33+
- Updated Rust to v1.91.0.
34+
- Updated dependencies.
35+
1836
## 0.53.4
1937

2038
#### 🧩 Plugins
@@ -23,12 +41,6 @@
2341
- Pre-builts will now use a much smaller archive when downloading.
2442
- Fixed a UTF-8 unpacking error.
2543

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`
31-
3244
#### ⚙️ Internal
3345

3446
- Updated dependencies.

0 commit comments

Comments
 (0)