From 78b1651c54e2388d83e84e6f356f6dbc67667f0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 14:33:58 +1000 Subject: [PATCH] chore: release 0.10.2 (#231) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael Hall --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e22b00..5bbd240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [0.10.2](https://www.github.com/snakemake/snakefmt/compare/v0.10.1...v0.10.2) (2024-05-08) + + +### Bug Fixes + +* Better f-string spacing (2) ([#230](https://www.github.com/snakemake/snakefmt/issues/230)) ([1805818](https://www.github.com/snakemake/snakefmt/commit/18058180ad78093868a81392ca47ced5d48c33f1)) + ### [0.10.1](https://www.github.com/snakemake/snakefmt/compare/v0.10.0...v0.10.1) (2024-04-15) diff --git a/pyproject.toml b/pyproject.toml index f629b6d..1348a25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakefmt" -version = "0.10.1" +version = "0.10.2" description = "The uncompromising Snakemake code formatter" authors = ["Michael Hall ", "Brice Letcher "] license = "MIT"