Skip to content

Commit 6679715

Browse files
author
semantic-release
committed
0.20.2
Automatically generated by python-semantic-release
1 parent 5a88baa commit 6679715

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# CHANGELOG
22

33

4+
## v0.20.2 (2025-08-12)
5+
6+
### Bug Fixes
7+
8+
- 🐛 Fix markdown findings
9+
([`5a88baa`](https://github.com/getcodelimit/codelimit/commit/5a88baa6079cc4c798c1d61656c838f890ecbf7c))
10+
11+
- 🩹 Improve output
12+
([`a9248cc`](https://github.com/getcodelimit/codelimit/commit/a9248cce9ce96433ccf38f5431e3919121f1bf34))
13+
14+
415
## v0.20.1 (2025-08-11)
516

617
### Bug Fixes

codelimit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.20.1"
1+
version = "0.20.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codelimit"
3-
version = "0.20.1"
3+
version = "0.20.2"
44
description = "Your Refactoring Alarm"
55
authors = [{ name = "Rob van der Leek", email = "robvanderleek@gmail.com" }]
66
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)