Skip to content

Commit

Permalink
Merge branch 'main' of github.com:getcodelimit/codelimit
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Dec 18, 2024
2 parents 42ca221 + 807881b commit 37dcf70
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# CHANGELOG


## v0.15.0 (2024-12-18)

### Continuous Integration

- 💚 Fix tests
([`788eb0a`](https://github.com/getcodelimit/codelimit/commit/788eb0a12f3bdd2666148477fbe067d45aeed613))

### Features

- ✨ Link to functions
([`b4a9e0d`](https://github.com/getcodelimit/codelimit/commit/b4a9e0d3c0b6331383127230e6c4e133185faf78))


## v0.14.3 (2024-12-16)

### 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.14.3"
version = "0.15.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.14.3"
version = "0.15.0"
description = ""
authors = ["Rob van der Leek <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 37dcf70

Please sign in to comment.