Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit de24a28

Browse files
committed
Release: v0.2.0
1 parent 78beeb6 commit de24a28

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.changelog/v0.2.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
> 对应核心版本: [**v3.3.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v3.3.0)
2+
3+
> [!warning]
4+
> 目前版本尚处于 **早期** 阶段,代表仍然可能存在大量已知问题或未知问题,
5+
以及未完善的内容和落后于官方更新的内容。
6+
7+
我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-miyoushe/issues)[协助](https://github.com/simple-robot/simbot-component-miyoushe/pulls)
8+
感谢您的贡献与支持!

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v0.2.0
2+
3+
> Release & Pull Notes: [v0.2.0](https://github.com/simple-robot/simpler-robot/releases/tag/v0.2.0)
4+
5+
6+
# v0.1.1
7+
8+
> Release & Pull Notes: [v0.1.1](https://github.com/simple-robot/simpler-robot/releases/tag/v0.1.1)
9+
10+
111
# v0.1.0
212

313
> Release & Pull Notes: [v0.1.0](https://github.com/simple-robot/simpler-robot/releases/tag/v0.1.0)

Writerside/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33
<vars>
44
<var name="product" value="Writerside"/>
5-
<var instance="villa" name="version" value="0.1.0"/>
5+
<var instance="villa" name="version" value="0.2.0"/>
66
<var instance="villa" name="kt-version" value="1.9.21"/>
77
<var name="copyright-year" value="2023-2024"/>
88
</vars>

buildSrc/src/main/kotlin/changelog/GenerateChangelog.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023. ForteScarlet.
2+
* Copyright (c) 2023-2024. ForteScarlet.
33
*
44
* This file is part of simbot-component-miyoushe.
55
*
@@ -47,7 +47,7 @@ fun Project.generateChangelog(tag: String) {
4747
4848
> [!warning]
4949
> 目前版本尚处于 **早期** 阶段,代表仍然可能存在大量已知问题或未知问题,
50-
以及未完善的内容和落后于官方更新的内容。**
50+
以及未完善的内容和落后于官方更新的内容。
5151
5252
我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-miyoushe/issues)或[协助](https://github.com/simple-robot/simbot-component-miyoushe/pulls),
5353
感谢您的贡献与支持!

0 commit comments

Comments
 (0)