Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 7, 2024
1 parent 5239051 commit fa71bba
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# CHANGELOG


## v0.12.0 (2024-12-07)

### Chores

- 🚨 Fix MyPy issues
([`79997a3`](https://github.com/getcodelimit/codelimit/commit/79997a3b09c45801a8a788acc440e2bcbea5baf3))

### Features

- ✨ Include pathspec library ([#49](https://github.com/getcodelimit/codelimit/pull/49),
[`5239051`](https://github.com/getcodelimit/codelimit/commit/52390511ae8a4dba7bd1820cf639a2f2fb080e94))

Co-authored-by: robvanderleek <[email protected]>

- ✨ Move excludes option to check and scan commands
([#47](https://github.com/getcodelimit/codelimit/pull/47),
[`d5ea049`](https://github.com/getcodelimit/codelimit/commit/d5ea049f37327d8b1c3c5de0829a2d97e89b5347))


## v0.11.3 (2024-12-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion codelimit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.11.3"
version = "0.12.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "codelimit"
version = "0.11.3"
version = "0.12.0"
description = ""
authors = ["Rob van der Leek <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit fa71bba

Please sign in to comment.