Skip to content

Commit

Permalink
add option "rename macro" && insert code from caret position
Browse files Browse the repository at this point in the history
  • Loading branch information
1595901624 committed Mar 23, 2024
1 parent c26688e commit 6ff8a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ plugins {
}

group = "com.rust.json.quick"
version = "1.1.0"
version = "1.2.0"

repositories {
mavenCentral()
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 @@ -62,7 +62,7 @@ code below.</p>
<p>AGPLv3</p>
]]></description>

<change-notes>Auto import `serde` and `serde_json` crate</change-notes>
<change-notes>Add option "rename macro" and insert code from caret position</change-notes>

<!-- Product and plugin compatibility requirements.
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
Expand Down

0 comments on commit 6ff8a82

Please sign in to comment.