From 1f6cca7b4e2e4692871aec7202c515e004a03c2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:10:18 +0000 Subject: [PATCH] chore(master): release 2.1.2 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f3aae..e8339b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.2](https://github.com/snakemake/snakemake-github-action/compare/v2.1.1...v2.1.2) (2026-03-27) + + +### Bug Fixes + +* keep conda env and install branch snakemake via pip on top ([cdae5b6](https://github.com/snakemake/snakemake-github-action/commit/cdae5b6dade94cf4847592087e3b231a7ab479e8)) +* pin python version to 3.12 ([1ebc8f9](https://github.com/snakemake/snakemake-github-action/commit/1ebc8f9e4bd0e0a1425a6e58e964e01f8bec81e5)) + ## [2.1.1](https://github.com/snakemake/snakemake-github-action/compare/v2.1.0...v2.1.1) (2026-03-26)