From 2517028ccabb37e13da15834ee122fe266b12e64 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 4 Dec 2024 15:26:41 +0000 Subject: [PATCH] 0.11.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ codelimit/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 745031a..f6d1adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v0.11.3 (2024-12-04) + +### Bug Fixes + +- 🐛 Fix markdown formatting + ([`e1e57f9`](https://github.com/getcodelimit/codelimit/commit/e1e57f9bc146df79265961319a7e9ae1229eb5a5)) + +### Chores + +- 🚧 Improve markdown report, remove GH App commands + ([`48656f2`](https://github.com/getcodelimit/codelimit/commit/48656f24e3a1e386323f4ff68da75f09eea5eaa1)) + + ## v0.11.2 (2024-12-03) ### Bug Fixes diff --git a/codelimit/version.py b/codelimit/version.py index 426f7f9..1b637f1 100644 --- a/codelimit/version.py +++ b/codelimit/version.py @@ -1 +1 @@ -version = "0.11.2" +version = "0.11.3" diff --git a/pyproject.toml b/pyproject.toml index 9948a84..de944b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "codelimit" -version = "0.11.2" +version = "0.11.3" description = "" authors = ["Rob van der Leek "] license = "GPL-3.0-or-later"