From 1d2c3d2ab44351f8d5891a42a78cb103d5f2acf3 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:35:13 +0100 Subject: [PATCH] Prepare release: Update CHANGELOG, pump version to 2.3.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbd8ea74..75a9973d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # CHANGELOG +## [v2.3.0] (2023-11-22) + +### Documentation + +- [#263] Update links to GitHub shell docs +- [#289] Consider leading with conda activation does not work on sh, please use + bash + +### Features + +- [#296] Update Miniconda architectures (enables M1 = osx-arm64 runners) + +### Tasks and Maintenance + +- [#273] Bump json5 from 1.0.1 to 1.0.2 +- [#293] Remove Python 2.7 from test matrix (EOL since April 2020, >4 years) +- [#294] Update dependencies +- [#295] Add dependabot config to update action versions in workflows by +- [#300] Fix CI (lint + examples) +- [#304] Fix CI: Remove not working example-13, use Miniforge in example-6 + +[v2.3.0]: https://github.com/conda-incubator/setup-miniconda/releases/tag/v2.3.0 +[#263]: https://github.com/conda-incubator/setup-miniconda/pull/263 +[#289]: https://github.com/conda-incubator/setup-miniconda/pull/289 +[#296]: https://github.com/conda-incubator/setup-miniconda/pull/296 +[#273]: https://github.com/conda-incubator/setup-miniconda/pull/273 +[#293]: https://github.com/conda-incubator/setup-miniconda/pull/293 +[#294]: https://github.com/conda-incubator/setup-miniconda/pull/294 +[#295]: https://github.com/conda-incubator/setup-miniconda/pull/295 +[#300]: https://github.com/conda-incubator/setup-miniconda/pull/300 +[#304]: https://github.com/conda-incubator/setup-miniconda/pull/300 + ## [v2.2.0] (2021-11-11) ### Documentation diff --git a/package-lock.json b/package-lock.json index 71fa4b45..750d4655 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "setup-miniconda", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index cb372905..30ce9ef2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-miniconda", - "version": "2.2.0", + "version": "2.3.0", "description": "GitHub action for setting up conda from default or custom installers", "main": "lib/main.js", "scripts": {