11# CHANGELOG
22
33
4+ ## v0.3.0 (2025-01-16)
5+
6+ ### Bug Fixes
7+
8+ - Reduce number of commits
9+ ([ ` b3d74f8 ` ] ( https://github.com/pranavmishra90/badges/commit/b3d74f8767b7cf2dd5dc3851a40f50ce0010cc0e ) )
10+
11+ ### Continuous Integration
12+
13+ - Auto review should be in a separate action
14+ ([ ` d7837a2 ` ] ( https://github.com/pranavmishra90/badges/commit/d7837a2937b03021ded544021b667d3b81192edc ) )
15+
16+ - Change trigger for review request on CI completion
17+ ([ ` ca8432a ` ] ( https://github.com/pranavmishra90/badges/commit/ca8432ae7112bc7686fcef049e75bce3fe7be03c ) )
18+
19+ - Render themed badges
20+ ([ ` ef8639f ` ] ( https://github.com/pranavmishra90/badges/commit/ef8639f95e9fd9b048e495e167d64064d2bf67ed ) )
21+
22+ - Render themed badges
23+ ([ ` c296b5f ` ] ( https://github.com/pranavmishra90/badges/commit/c296b5fc54fce99ea786eb46649c7e5b02b9c846 ) )
24+
25+ - Render themed badges
26+ ([ ` 82e462c ` ] ( https://github.com/pranavmishra90/badges/commit/82e462c9181357d769acf2f4b61b994518ce0ffb ) )
27+
28+ - Render themed badges
29+ ([ ` 576ab1c ` ] ( https://github.com/pranavmishra90/badges/commit/576ab1c11ab821d3e52cbd367fcf56d99aedc717 ) )
30+
31+ ### Features
32+
33+ - Psr template, auto set reviewer, ssh-agent
34+ ([ #14 ] ( https://github.com/pranavmishra90/badges/pull/14 ) ,
35+ [ ` 640489d ` ] ( https://github.com/pranavmishra90/badges/commit/640489d3d77762155253e8bb7f48de4c034ae4ba ) )
36+
37+ * feat: add PSR toml, templates, and action to clear rc tags
38+
39+ * ci: Render themed badges
40+
41+ * fix: perform the git actions inside the ssh-agent
42+
43+ * ci: auto set reviewer if facsimilab-bot performs an action
44+
45+ * fix: split the run into a seperate step
46+
47+ * ci: add conditions to running the workflow
48+
49+ * fix: improve permissions and reviewer workflow
50+
51+ * fix: workflow_dispatch
52+
53+ * ci: auto review should be in a separate action
54+
55+ * cI: action needs to run after render badges has completed
56+
57+ ---------
58+
59+ Co-authored-by: FacsimiLab [ Bot] < 195262995+facsimilab-bot@users.noreply.github.com >
60+
61+ - Reduce number of commits ([ #15 ] ( https://github.com/pranavmishra90/badges/pull/15 ) ,
62+ [ ` d8aa5e0 ` ] ( https://github.com/pranavmishra90/badges/commit/d8aa5e0d21f9a5182e90dc5954ee03111b313b58 ) )
63+
64+
465## v0.2.0 (2025-01-16)
566
67+ ### Continuous Integration
68+
69+ - ** semantic-release** : Update changelog. create tag and release, if needed, v0.2.0
70+ ([ ` 8071c1a ` ] ( https://github.com/pranavmishra90/badges/commit/8071c1aaf91f6f3f999ef66f49b7acfd81ffab0d ) )
71+
672### Features
773
874- Add PSR toml, templates, and action to clear rc tags
@@ -22,20 +88,9 @@ Co-authored-by: FacsimiLab [Bot] <195262995+facsimilab-bot@users.noreply.github.
2288
2389### Bug Fixes
2490
25- - Log rendering
26- ([ ` 29e2f1e ` ] ( https://github.com/pranavmishra90/badges/commit/29e2f1e8f5d726ba68566f7bb1b5048942e3c226 ) )
27-
2891- Log rendering ([ #12 ] ( https://github.com/pranavmishra90/badges/pull/12 ) ,
2992 [ ` a07b069 ` ] ( https://github.com/pranavmishra90/badges/commit/a07b06915cdfab06279f9a366a91fce16269209f ) )
3093
31- ### Continuous Integration
32-
33- - Render themed badges
34- ([ ` ceadf57 ` ] ( https://github.com/pranavmishra90/badges/commit/ceadf5749d5cd24d56c8e93ccbc6d9cd558a9aa8 ) )
35-
36- - Render themed badges
37- ([ ` 446ff2c ` ] ( https://github.com/pranavmishra90/badges/commit/446ff2cfd6bf135aa48f6bca5a49c0899340fdc7 ) )
38-
3994
4095## v0.1.0 (2025-01-16)
4196
@@ -59,18 +114,33 @@ The main branch needs to be clean before PSR starts running.
59114- Github action to build themed badges
60115 ([ ` 8f89b27 ` ] ( https://github.com/pranavmishra90/badges/commit/8f89b274a3d2eae29ef31221e8b3d31172abbf58 ) )
61116
117+ - Improve permissions and reviewer workflow
118+ ([ ` 11fd745 ` ] ( https://github.com/pranavmishra90/badges/commit/11fd745f71aa8469bc1e09ed7e271d62b7ef3c0f ) )
119+
120+ - Log rendering
121+ ([ ` 29e2f1e ` ] ( https://github.com/pranavmishra90/badges/commit/29e2f1e8f5d726ba68566f7bb1b5048942e3c226 ) )
122+
62123- Path for logs to easily resolve GH actions permissions issue
63124 ([ ` d464662 ` ] ( https://github.com/pranavmishra90/badges/commit/d464662e4345de73fa47a6c89527ba74edd88e2c ) )
64125
126+ - Perform the git actions inside the ssh-agent
127+ ([ ` 54ba488 ` ] ( https://github.com/pranavmishra90/badges/commit/54ba4885fef1307760806516e7c7c20d7171beaa ) )
128+
65129- Sed was deleting the table, changed the rendering of the header
66130 ([ ` df6e11f ` ] ( https://github.com/pranavmishra90/badges/commit/df6e11fdd10b234d242a7ec1325cc76b3b845112 ) )
67131
132+ - Split the run into a seperate step
133+ ([ ` 2bc87fc ` ] ( https://github.com/pranavmishra90/badges/commit/2bc87fc683c94043feb59cff2fbe2deca6cc5737 ) )
134+
68135- Use example template for head_ref
69136 ([ ` 44f1548 ` ] ( https://github.com/pranavmishra90/badges/commit/44f15485cd8e5004c3b6be90e4f48bc59d2f74a4 ) )
70137
71138- Using remotes
72139 ([ ` 7c39a61 ` ] ( https://github.com/pranavmishra90/badges/commit/7c39a6175a019468713c68580eec3e20afe8ab5d ) )
73140
141+ - Workflow_dispatch
142+ ([ ` b5d2970 ` ] ( https://github.com/pranavmishra90/badges/commit/b5d29708a3ba5dcef9bddd575a1e37987bcb2869 ) )
143+
74144- ** actions** : Wip auto generate all badges
75145 ([ ` 918737e ` ] ( https://github.com/pranavmishra90/badges/commit/918737e5e84b1a5a18513bf4b6ce684db52ed46a ) )
76146
@@ -81,9 +151,27 @@ The main branch needs to be clean before PSR starts running.
81151
82152### Continuous Integration
83153
154+ - Add conditions to running the workflow
155+ ([ ` adc8849 ` ] ( https://github.com/pranavmishra90/badges/commit/adc8849039d8c07bd4e741a955128c7439ef9a30 ) )
156+
157+ - Auto set reviewer if facsimilab-bot performs an action
158+ ([ ` 67cbf84 ` ] ( https://github.com/pranavmishra90/badges/commit/67cbf8470102c912bc2876c6144d70291755552d ) )
159+
84160- Automatically render badges in all themes
85161 ([ ` 8513451 ` ] ( https://github.com/pranavmishra90/badges/commit/85134510ed43d7d14113022ce64dd642e0772ac0 ) )
86162
163+ - Render themed badges
164+ ([ ` 2597295 ` ] ( https://github.com/pranavmishra90/badges/commit/25972951584e8d1e365c6274a9d0fad7634d5dfa ) )
165+
166+ - Render themed badges
167+ ([ ` d5f2733 ` ] ( https://github.com/pranavmishra90/badges/commit/d5f27339af1cea59959a9aac49085feba48d629a ) )
168+
169+ - Render themed badges
170+ ([ ` ceadf57 ` ] ( https://github.com/pranavmishra90/badges/commit/ceadf5749d5cd24d56c8e93ccbc6d9cd558a9aa8 ) )
171+
172+ - Render themed badges
173+ ([ ` 446ff2c ` ] ( https://github.com/pranavmishra90/badges/commit/446ff2cfd6bf135aa48f6bca5a49c0899340fdc7 ) )
174+
87175- Render themed badges
88176 ([ ` 3a44619 ` ] ( https://github.com/pranavmishra90/badges/commit/3a446193f211435e20c4eabf83fa2005af35eda2 ) )
89177
@@ -123,6 +211,9 @@ The main branch needs to be clean before PSR starts running.
123211 ([ #10 ] ( https://github.com/pranavmishra90/badges/pull/10 ) ,
124212 [ ` 9fbe6fd ` ] ( https://github.com/pranavmishra90/badges/commit/9fbe6fdcf188066bc3a20e2935b34eec6d9b1d16 ) )
125213
214+ - Add PSR toml, templates, and action to clear rc tags
215+ ([ ` ced2b06 ` ] ( https://github.com/pranavmishra90/badges/commit/ced2b06373f3dcd4ae42b868ea4cfe7bec7c0278 ) )
216+
126217- Add python semantic release for CI/CD
127218 ([ ` f414d36 ` ] ( https://github.com/pranavmishra90/badges/commit/f414d36c3552058aa788415d53ca8466dff3b4d5 ) )
128219
0 commit comments