Skip to content

Commit 93d6ef5

Browse files
author
semantic-release
committed
0.18.0
Automatically generated by python-semantic-release
1 parent bab8e26 commit 93d6ef5

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.18.0 (2025-01-07)
5+
6+
### Continuous Integration
7+
8+
- 💚 Actually run regression tests
9+
([`bab8e26`](https://github.com/getcodelimit/codelimit/commit/bab8e26fd51815663d84943bb8f8d7eb0c52ff1a))
10+
11+
### Features
12+
13+
- ✨ Add diff option to report command ([#70](https://github.com/getcodelimit/codelimit/pull/70),
14+
[`8d2d784`](https://github.com/getcodelimit/codelimit/commit/8d2d78435a851756f5e1edaf587aa4f57ac4487d))
15+
16+
417
## v0.17.1 (2025-01-03)
518

619
### Bug Fixes

codelimit/version.py

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

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.17.1"
3+
version = "0.18.0"
44
description = ""
55
authors = ["Rob van der Leek <robvanderleek@gmail.com>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)