Skip to content

Commit 6fa978e

Browse files
author
github-actions
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 122e9c4 commit 6fa978e

3 files changed

Lines changed: 54 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 52 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,58 @@
22

33

44

5+
## v0.3.0 (2023-08-10)
6+
7+
### :bug:
8+
9+
* :bug: ([`7822143`](https://github.com/getcodelimit/codelimit/commit/7822143c9fa9d9de6881ec10be1bc72db6679193))
10+
11+
* :bug: Trigger release ([`c02f85c`](https://github.com/getcodelimit/codelimit/commit/c02f85cc343857ae36715a7b5626fc26fda987c5))
12+
13+
### :sparkles:
14+
15+
* :sparkles: Trigger release ([`3871cae`](https://github.com/getcodelimit/codelimit/commit/3871caed163fdd2079a8acc05258d6895abe6353))
16+
17+
### Other
18+
19+
* Fix workflow ([`122e9c4`](https://github.com/getcodelimit/codelimit/commit/122e9c42bfb271b811ec6a550c50f8ed6d57816c))
20+
21+
* Trigger release ([`1b16dbb`](https://github.com/getcodelimit/codelimit/commit/1b16dbb9fc39ad81477a8e346814171efeb9f62a))
22+
23+
* :memo: Update ([`cab2855`](https://github.com/getcodelimit/codelimit/commit/cab28559d5dd48296823870c993620c6754db445))
24+
25+
* Show summary above refactoring list ([`8c8cd3b`](https://github.com/getcodelimit/codelimit/commit/8c8cd3bf5aae66366cfe07aa6b8f426f0491f3a6))
26+
27+
* Update ([`c14deca`](https://github.com/getcodelimit/codelimit/commit/c14deca93a4d75e137b9bb2915d16c0ef2c0fb1f))
28+
29+
* Update ([`0b7ee53`](https://github.com/getcodelimit/codelimit/commit/0b7ee539a786c6e0fffeeb493f6cb1d4a48fde37))
30+
31+
* Deploy to PyPi ([`f319649`](https://github.com/getcodelimit/codelimit/commit/f319649fb46813edac4cddf658f082fe6988a9ed))
32+
33+
* Add badges ([`6ef9caa`](https://github.com/getcodelimit/codelimit/commit/6ef9caa4b53a185b7da315c6125713ef1f5e1ffb))
34+
35+
* Remove requests types ([`6dd57c6`](https://github.com/getcodelimit/codelimit/commit/6dd57c6e187b00945137f50c2932f87810ba3f7c))
36+
37+
* Add mypy pre-commit hook ([`3d67623`](https://github.com/getcodelimit/codelimit/commit/3d676237325cd23d93c783e07b83206f9be4aeaf))
38+
39+
* Add ruff to pre-commit config ([`057dcd7`](https://github.com/getcodelimit/codelimit/commit/057dcd7b26ebd025804c72eb897389d3a5a30a54))
40+
41+
* Use Black code formatter ([`e35c6b2`](https://github.com/getcodelimit/codelimit/commit/e35c6b2bfb0b70deaa846b69955134cd5bae27c4))
42+
43+
* Exchange build-dist.sh shell script for a pyproject-based task executor. (#13) ([`b763e00`](https://github.com/getcodelimit/codelimit/commit/b763e0045f8827292bf4f608440c477c56a5ba08))
44+
45+
* Merge branch 'main' of github.com:getcodelimit/codelimit ([`ceac22d`](https://github.com/getcodelimit/codelimit/commit/ceac22d900634697104b46809e41928fd77055b2))
46+
47+
* Enable CodeLimit on CodeLimit ([`9e4ea2c`](https://github.com/getcodelimit/codelimit/commit/9e4ea2ca9dece1fbd37c05f37ada5f73527487ff))
48+
49+
550
## v0.2.1 (2023-08-09)
651

7-
### Fix
52+
### :bug:
53+
54+
* :bug: No build during release ([`8c74c77`](https://github.com/getcodelimit/codelimit/commit/8c74c7706d534b60d1f42552c8f8885ec3e46f55))
55+
56+
* :bug: Fix semantic release ([`3115c94`](https://github.com/getcodelimit/codelimit/commit/3115c945186ac26a2419a8be187158a2b3c3b0a9))
857

958
* :bug: fix semantic release ([`477fa24`](https://github.com/getcodelimit/codelimit/commit/477fa24db384d074f10afb71f42e3cef868c7e09))
1059

@@ -22,10 +71,6 @@
2271

2372
### Other
2473

25-
* :bug: No build during release ([`8c74c77`](https://github.com/getcodelimit/codelimit/commit/8c74c7706d534b60d1f42552c8f8885ec3e46f55))
26-
27-
* :bug: Fix semantic release ([`3115c94`](https://github.com/getcodelimit/codelimit/commit/3115c945186ac26a2419a8be187158a2b3c3b0a9))
28-
2974
* Implemented basic pre-commit hook (#14) ([`6cb2925`](https://github.com/getcodelimit/codelimit/commit/6cb2925be94c3cb2afa1bad1d2982a9cdf3179cc))
3075

3176
* Fix release ([`37fbe2d`](https://github.com/getcodelimit/codelimit/commit/37fbe2d60b9ee736bd8310afa17913be9e01a34c))
@@ -94,7 +139,7 @@
94139

95140
## v0.2.0 (2023-01-14)
96141

97-
### Feat
142+
### :sparkles:
98143

99144
* feat: :sparkles: Issue 7 add basic repository browser (#8)
100145

@@ -117,7 +162,7 @@
117162

118163
## v0.1.0 (2023-01-07)
119164

120-
### Feat
165+
### :sparkles:
121166

122167
* feat: :sparkles: WIP (#6)
123168

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

0 commit comments

Comments
 (0)