From 3bc52b31f82cbe210eb578096ca2b1b98297b93f Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 3 Aug 2024 13:15:32 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ README.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dfb97c..f01317b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.24.1 + +- Added a new action output `msys2-location` to get the path to the MSYS2 installation directory. [[#404](https://github.com/msys2/setup-msys2/pull/404)] + ## 2.24.0 - Update base distribution to [20240727](https://github.com/msys2/msys2-installer/releases/tag/2024-07-27). [[#402](https://github.com/msys2/setup-msys2/pull/402)] diff --git a/README.md b/README.md index e23e06d..31f69c2 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,8 @@ The absolute path of the MSYS2 installation location. Example: `D:\a\_temp\msys6 - run: echo '${{ steps.msys2.outputs.msys2-location }}' ``` +Available since v2.24.1 + ### Advanced Options These options are rarely needed and shouldn't be used unless there is a good reason.