Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@
- [Rust](https://github.com/moonrepo/plugins/blob/master/tools/rust/CHANGELOG.md)
- [Schema (TOML, JSON, YAML)](https://github.com/moonrepo/plugins/blob/master/tools/internal-schema/CHANGELOG.md)

## Unreleased

#### 🚀 Updates

- Added a new command, `proto shell`, that will initialize a list of tools into the environment and start an interactive shell session.
- By default, it will use the current shell, but you can override this with the `--shell` option.
- Example: `proto shell node@20 npm@10`

#### 🧩 Plugins

- Updated `ruby_tool` to v0.2.5.
- Added `irb` shim support.

#### ⚙️ Internal

- Updated Rust to v1.91.0.
- Updated dependencies.

## 0.53.4

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

#### 🚀 Updates

- Added a new command, `proto shell`, that will initialize a list of tools into the environment and start an interactive shell session.
- By default, it will use the current shell, but you can override this with the `--shell` option.
- Example: `proto shell node@20 npm@10`

#### ⚙️ Internal

- Updated dependencies.
Expand Down
Loading
Loading