From a3a5f6e636814f2c14270b3ab4a367ec33297c62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:23:58 +0000 Subject: [PATCH] chore: release 2.0.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 939f135..6b4a840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://www.github.com/snakemake/snakemake-github-action/compare/v1.25.1...v2.0.0) (2025-01-21) + + +### ⚠ BREAKING CHANGES + +* Use composite action with conda instead of docker action (#39) + +### Features + +* Use composite action with conda instead of docker action ([#39](https://www.github.com/snakemake/snakemake-github-action/issues/39)) ([e8018d7](https://www.github.com/snakemake/snakemake-github-action/commit/e8018d7b51176b179010fed2e4902c0f920d1fe5)) + ### [1.25.1](https://www.github.com/snakemake/snakemake-github-action/compare/v1.25.0...v1.25.1) (2023-08-07)