From 9f47402080183d2cf41961a79b34b175e31bb751 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Tue, 18 Jun 2024 10:41:24 -0700 Subject: [PATCH] docs: Fix changelog. --- CHANGELOG.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e72820f8a..896b36f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ - [Rust](https://github.com/moonrepo/rust-plugin/blob/master/CHANGELOG.md) - [TOML schema](https://github.com/moonrepo/schema-plugin/blob/master/CHANGELOG.md) +## Unreleased + +#### 🧩 Plugins + +- Updated `node_plugin` and `node_depman_plugin` to v0.11.2. + - Fixed yarn "2.4.3" not resolving or downloading correctly. +- Updated `python_plugin` to v0.10.2. + - Will now create a pip shim that includes the major version, for example, `pip3`. + ## 0.37.0 #### 💥 Breaking @@ -30,13 +39,6 @@ - WASM API - Added `VersionSpec::Calendar` and `UnresolvedVersionSpec::Calendar` variant types. -#### 🧩 Plugins - -- Updated `node_plugin` and `node_depman_plugin` to v0.11.2. - - Fixed yarn "2.4.3" not resolving or downloading correctly. -- Updated `python_plugin` to v0.10.2. - - Will now create a pip shim that includes the major version, for example, `pip3`. - #### ⚙️ Internal - Improved command execution. May see some slight performance gains.