From 6e24840189c766dea24c9f1ae3ee517587af3a09 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 3 Dec 2024 21:42:29 +0000 Subject: [PATCH] 0.11.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ codelimit/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 927bd51..745031a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.11.2 (2024-12-03) + +### Bug Fixes + +- 🐛 Fix markdown output + ([`63808f6`](https://github.com/getcodelimit/codelimit/commit/63808f653dd08c48425327127b09ebde20171d7b)) + + ## v0.11.1 (2024-12-03) ### Bug Fixes diff --git a/codelimit/version.py b/codelimit/version.py index f5eacd0..426f7f9 100644 --- a/codelimit/version.py +++ b/codelimit/version.py @@ -1 +1 @@ -version = "0.11.1" +version = "0.11.2" diff --git a/pyproject.toml b/pyproject.toml index 08368a1..9948a84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "codelimit" -version = "0.11.1" +version = "0.11.2" description = "" authors = ["Rob van der Leek "] license = "GPL-3.0-or-later"