We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fead1ab commit 01b5ebeCopy full SHA for 01b5ebe
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
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
12
## v0.14.0 (2024-12-13)
13
14
### Documentation
codelimit/version.py
@@ -1 +1 @@
-version = "0.14.0"
+version = "0.14.1"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "codelimit"
description = ""
authors = ["Rob van der Leek <robvanderleek@gmail.com>"]
license = "GPL-3.0-or-later"
0 commit comments