Skip to content

Commit 97bcc53

Browse files
committed
wurelease: v2.0.3
1 parent 5298583 commit 97bcc53

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v2.0.3
4+
1. add token `match` and `contains`
5+
36
## 2.0.2
47

58
1. fix typo paragma to pragma

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For a list of changes in the newest version, please refer to the [changelog](./C
1313

1414
## 改进
1515
1. 增加了multi head的支持
16-
2. 增加了ByteCodeDL用到的一些语法比如`#if` `#pragma`
16+
2. 增加了ByteCodeDL用到的一些语法比如`#if` `#pragma` `contains`
1717
3. 增加了relation全部参数的自动补全
1818
![relation_completion](./img/relation_all_param_completion.png)
1919
4. 修复了参数提示

RELEASENOTE.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
v2.0.2
2-
1. fix typo paragma to pragma
3-
2. remove postStartupActivity
1+
v2.0.3
2+
1. add token `match` and `contains`

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
55
val ideaVersion = "2021.3.1" //prop("ideaVersion")
66

77
group = "com.lfrobeen"
8-
version = "2.0.2"
8+
version = "2.0.3"
99

1010
plugins {
1111
idea

src/main/resources/META-INF/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]]>
3737
</change-notes>
3838

39-
<version>2.0.2</version>
39+
<version>2.0.3</version>
4040

4141
<idea-version since-build="203.5981.155"/>
4242

0 commit comments

Comments
 (0)