From 4c5e6779d443f6d53c55a7315ddddfe47e2799ae Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Fri, 17 May 2024 10:58:41 +1000 Subject: [PATCH] docs: fix incorrect compare URL (#234) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bbd240..ceb1da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,7 +144,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm * Improve reported line number in Snakefile when black fails to parse [[#127][127]] * Better handling of snakemake code inside nested if-else statements with comments at differing indentation levels [[#126][126]] - a HUGE thank you to [@siebrenf](https://github.com/siebrenf) for testing -## [0.6.0](https://www.github.com/snakemake/snakefmt/compare/v0.5.0...v0.6.0) (2022-03-03) +## [0.6.0](https://www.github.com/snakemake/snakefmt/compare/0.5.0...v0.6.0) (2022-03-03) ### Added