Skip to content

Commit

Permalink
0.9.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 10, 2024
1 parent 5ce902f commit bd78f77
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## v0.9.5 (2024-08-10)

### Fix

* fix: Release workflow ([`5ce902f`](https://github.com/getcodelimit/codelimit/commit/5ce902f0c21b0698766175caf3f5fe18deec3187))

* fix: Fix for PyInstaller bundling ([`ab43a4c`](https://github.com/getcodelimit/codelimit/commit/ab43a4c66bd401921a9c456df047b491d4170bbb))

### Unknown

* Fix emoji ([`bb738f3`](https://github.com/getcodelimit/codelimit/commit/bb738f3dafc4632d6524da2c2f0b62ca3107b19c))

* Add footer with totals to table ([`fc4c774`](https://github.com/getcodelimit/codelimit/commit/fc4c77499b8777bcfff305d8a2d66c9bbda4f0db))

* Flush live display ([`ba7beff`](https://github.com/getcodelimit/codelimit/commit/ba7beffdcd0fad6f4503188725ed82e6540ad3be))

## v0.9.4 (2024-08-08)

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

0 comments on commit bd78f77

Please sign in to comment.