From 38e6cb0eefebbc79762151eab30cf569f18725c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 13:04:54 +0000 Subject: [PATCH] chore(master): release 2.1.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b92fd..c04d483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/snakemake/snakemake-github-action/compare/v2.0.3...v2.1.0) (2026-03-26) + + +### Features + +* allow to use custom snakemake branch instead of conda version ([#53](https://github.com/snakemake/snakemake-github-action/issues/53)) ([6c5b9f2](https://github.com/snakemake/snakemake-github-action/commit/6c5b9f23c691f87e031b4ec397de4185c930e239)) + ## [2.0.3](https://github.com/snakemake/snakemake-github-action/compare/v2.0.2...v2.0.3) (2025-12-15)