From baba97a791988b528234fed3ae9cbd87bebd19d1 Mon Sep 17 00:00:00 2001 From: David Rice Date: Fri, 5 Apr 2024 13:26:29 +0100 Subject: [PATCH] chore(main): release 0.0.11 (#70) * build: ignore CHANGELOG.md from codacy checks * chore(main): release 0.0.11 --- .codacy.yml | 2 ++ CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.codacy.yml b/.codacy.yml index cdccb77..9ab44d7 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -3,3 +3,5 @@ engines: remark-lint: rules: list-item-indent: false +exclude_paths: + - "CHANGELOG.md" \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e98535..54af37b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.11](https://github.com/davidjrice/autopytest/compare/v0.0.10...v0.0.11) (2024-04-05) + + +### Bug Fixes + +* Refurb FURB149 & FURB184 compliance ([#62](https://github.com/davidjrice/autopytest/issues/62)) ([4844c88](https://github.com/davidjrice/autopytest/commit/4844c88824632b1e92f5bb69da9e2d37d0444bbf)) + ## [0.0.10](https://github.com/davidjrice/autopytest/compare/v0.0.9...v0.0.10) (2023-11-21) diff --git a/pyproject.toml b/pyproject.toml index bcda3c8..8221eb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "autopytest" -version = "0.0.10" +version = "0.0.11" description = "Autotest python code" authors = [ { name = "David Rice", email = "me@davidjrice.co.uk" },