Skip to content

Commit

Permalink
wurelease: v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
waderwu committed Apr 29, 2022
1 parent 5298583 commit 97bcc53
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v2.0.3
1. add token `match` and `contains`

## 2.0.2

1. fix typo paragma to pragma
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For a list of changes in the newest version, please refer to the [changelog](./C

## 改进
1. 增加了multi head的支持
2. 增加了ByteCodeDL用到的一些语法比如`#if` `#pragma`
2. 增加了ByteCodeDL用到的一些语法比如`#if` `#pragma` `contains`
3. 增加了relation全部参数的自动补全
![relation_completion](./img/relation_all_param_completion.png)
4. 修复了参数提示
Expand Down
5 changes: 2 additions & 3 deletions RELEASENOTE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
v2.0.2
1. fix typo paragma to pragma
2. remove postStartupActivity
v2.0.3
1. add token `match` and `contains`
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
val ideaVersion = "2021.3.1" //prop("ideaVersion")

group = "com.lfrobeen"
version = "2.0.2"
version = "2.0.3"

plugins {
idea
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
]]>
</change-notes>

<version>2.0.2</version>
<version>2.0.3</version>

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

Expand Down

0 comments on commit 97bcc53

Please # to comment.