Skip to content

Commit f04cdee

Browse files
author
github-actions
committed
0.6.0
Automatically generated by python-semantic-release
1 parent 0a633cb commit f04cdee

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33

44

5+
## v0.6.0 (2023-08-17)
6+
7+
### :sparkles:
8+
9+
* :sparkles: Default exclude list ([`fb7d18c`](https://github.com/getcodelimit/codelimit/commit/fb7d18cc160edc59875043a992e44778932fade8))
10+
11+
* :sparkles: Put cache file in cache dir ([`b6750e5`](https://github.com/getcodelimit/codelimit/commit/b6750e5c1891c0f48ea6ff465c5996b17bbd5296))
12+
13+
### Other
14+
15+
* :rocket: Add post release flow ([`0a633cb`](https://github.com/getcodelimit/codelimit/commit/0a633cb0116df71054dfb10dcfd9ea33648050c0))
16+
17+
* :pencil: Add Homebrew install ([`581c76d`](https://github.com/getcodelimit/codelimit/commit/581c76dd27378598a048a74890097e03c9b35900))
18+
19+
* :construction_worker: Build correct package for PyPi ([`4d6e14d`](https://github.com/getcodelimit/codelimit/commit/4d6e14dc0bbbb21f1662338eb37ca5f1b241780c))
20+
21+
* Update README.md ([`a401cc1`](https://github.com/getcodelimit/codelimit/commit/a401cc186cd33829ef056c2140ded7966e3f23da))
22+
23+
* :rocket: Bump version ([`0273d2c`](https://github.com/getcodelimit/codelimit/commit/0273d2ce7d0e965306dedf04d64f7b51ec8f30d6))
24+
25+
526
## v0.5.0 (2023-08-16)
627

728
### :bug:

codelimit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
today = date.today()
44

5-
version = "0.5.0"
5+
version = "0.6.0"
66
release_date = today.strftime("%Y-%m-%d")

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.5.0"
3+
version = "0.6.0"
44
description = ""
55
authors = ["Rob van der Leek <robvanderleek@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)