From f83a4bb9fdd7a457e02e313412959e96ac6c9e5a Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 27 Apr 2024 21:06:39 +0000 Subject: [PATCH] 0.9.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ codelimit/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af5a4a..000dc35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v0.9.3 (2024-04-27) + +### Fix + +* fix: Do not fail check on unsupported files ([`043f06a`](https://github.com/getcodelimit/codelimit/commit/043f06a1026566248851ea6a135da5b039bc5a49)) + +* fix: Always show refactoring candidates ([`83e1e13`](https://github.com/getcodelimit/codelimit/commit/83e1e13ec146a2d87e0ea1e0abac6b5a1dc92cf8)) + + ## v0.9.2 (2024-04-19) ### Fix diff --git a/codelimit/version.py b/codelimit/version.py index b2b9087..2ded3fc 100644 --- a/codelimit/version.py +++ b/codelimit/version.py @@ -1 +1 @@ -version = "0.9.2" +version = "0.9.3" diff --git a/pyproject.toml b/pyproject.toml index 36c82ee..2df6da4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "codelimit" -version = "0.9.2" +version = "0.9.3" description = "" authors = ["Rob van der Leek "] license = "GPL-3.0-or-later"