Skip to content

Commit 6ec3e43

Browse files
authored
chore: bump version to v0.4.2, add new contributor solarhell (#534)
## What type of PR is this? /kind chore ## What this PR does / why we need it: - bump version to v0.4.1 => v0.4.2 - add new contributor @solarhell
1 parent 91249f8 commit 6ec3e43

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,15 @@
155155
"contributions": [
156156
"code"
157157
]
158+
},
159+
{
160+
"login": "solarhell",
161+
"name": "jiaxin",
162+
"avatar_url": "https://avatars.githubusercontent.com/u/10279583?v=4",
163+
"profile": "https://blog.solarhell.com/",
164+
"contributions": [
165+
"code"
166+
]
158167
}
159168
],
160169
"contributorsPerLine": 7,

README-pt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ Agradecemos a essas pessoas maravilhosas! Venha e [junte-se](https://kusionstack
148148
</tr>
149149
<tr>
150150
<td align="center" valign="top" width="14.28%"><a href="https://www.cnblogs.com/sting2me/"><img src="https://avatars.githubusercontent.com/u/3829504?v=4?s=80" width="80px;" alt="Peter Wang"/><br /><sub><b>Peter Wang</b></sub></a><br /><a href="https://github.com/KusionStack/karpor/commits?author=peter-wangxu" title="Code">💻</a></td>
151+
<td align="center" valign="top" width="14.28%"><a href="https://blog.solarhell.com/"><img src="https://avatars.githubusercontent.com/u/10279583?v=4?s=80" width="80px;" alt="jiaxin"/><br /><sub><b>jiaxin</b></sub></a><br /><a href="https://github.com/KusionStack/karpor/commits?author=solarhell" title="Code">💻</a></td>
151152
</tr>
152153
</tbody>
153154
</table>

README-zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ Karpor 仍处于初期阶段,仍有许多功能需要构建,因此我们欢
151151
</tr>
152152
<tr>
153153
<td align="center" valign="top" width="14.28%"><a href="https://www.cnblogs.com/sting2me/"><img src="https://avatars.githubusercontent.com/u/3829504?v=4?s=80" width="80px;" alt="Peter Wang"/><br /><sub><b>Peter Wang</b></sub></a><br /><a href="https://github.com/KusionStack/karpor/commits?author=peter-wangxu" title="Code">💻</a></td>
154+
<td align="center" valign="top" width="14.28%"><a href="https://blog.solarhell.com/"><img src="https://avatars.githubusercontent.com/u/10279583?v=4?s=80" width="80px;" alt="jiaxin"/><br /><sub><b>jiaxin</b></sub></a><br /><a href="https://github.com/KusionStack/karpor/commits?author=solarhell" title="Code">💻</a></td>
154155
</tr>
155156
</tbody>
156157
</table>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ Thanks to these wonderful people! Come and [join us](https://kusionstack.io/karp
151151
</tr>
152152
<tr>
153153
<td align="center" valign="top" width="14.28%"><a href="https://www.cnblogs.com/sting2me/"><img src="https://avatars.githubusercontent.com/u/3829504?v=4?s=80" width="80px;" alt="Peter Wang"/><br /><sub><b>Peter Wang</b></sub></a><br /><a href="https://github.com/KusionStack/karpor/commits?author=peter-wangxu" title="Code">💻</a></td>
154+
<td align="center" valign="top" width="14.28%"><a href="https://blog.solarhell.com/"><img src="https://avatars.githubusercontent.com/u/10279583?v=4?s=80" width="80px;" alt="jiaxin"/><br /><sub><b>jiaxin</b></sub></a><br /><a href="https://github.com/KusionStack/karpor/commits?author=solarhell" title="Code">💻</a></td>
154155
</tr>
155156
</tbody>
156157
</table>

pkg/version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.4.1
1+
v0.4.2

0 commit comments

Comments
 (0)