Skip to content

Commit 01b5ebe

Browse files
author
semantic-release
committed
0.14.1
Automatically generated by python-semantic-release
1 parent fead1ab commit 01b5ebe

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.14.1 (2024-12-14)
5+
6+
### Bug Fixes
7+
8+
- 🐛 Fix check command ([#56](https://github.com/getcodelimit/codelimit/pull/56),
9+
[`fead1ab`](https://github.com/getcodelimit/codelimit/commit/fead1ab24793ab6c162ef0a42c01cf6619fc6ccb))
10+
11+
412
## v0.14.0 (2024-12-13)
513

614
### Documentation

codelimit/version.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codelimit"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
description = ""
55
authors = ["Rob van der Leek <robvanderleek@gmail.com>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)