Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 18, 2024
1 parent 86ad99e commit b2cc158
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@



## v0.9.1 (2024-04-18)

### Chore

* chore: use GPL-3.0-or-later and update lic ref (#33)

Signed-off-by: Rui Chen <[email protected]> ([`765ed43`](https://github.com/getcodelimit/codelimit/commit/765ed436c540c4f474d476a576c19af43927c60d))

### Fix

* fix: Quote Python version ([`86ad99e`](https://github.com/getcodelimit/codelimit/commit/86ad99ea994ec3bff1b141f5ad6cd3e8b45a2ea3))

* fix: Update lock file ([`bdb58ba`](https://github.com/getcodelimit/codelimit/commit/bdb58ba35c231b1342865a2bf6adb8c38741b929))

* fix: Drop Python 3.9 support ([`b3a84df`](https://github.com/getcodelimit/codelimit/commit/b3a84df165344d0f48b769030548ca2315e3e567))

* fix: Fix check for lexer name in languages ([`7716939`](https://github.com/getcodelimit/codelimit/commit/771693957d6c3cb7a510ac0ae1ed60d5d5611b04))

### Unknown

* Test binary build and run ([`9ca276a`](https://github.com/getcodelimit/codelimit/commit/9ca276a88a1d57fbb09d3c43e53cc1427c1a5aae))


## v0.9.0 (2024-04-18)

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

0 comments on commit b2cc158

Please sign in to comment.