diff --git a/CHANGELOG.md b/CHANGELOG.md index 0820c61..d59c913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [0.1.0] - 2023-10-13 + ### Added - Search class/method/field in Tai-e IR format @@ -14,3 +16,7 @@ ### Added - Support for Tai-e IR file (`.tir`), e.g., syntax highlight, find usage (still WIP), and so on. + +[0.1.0]: https://github.com/Tai-e/intellij-tai-e/compare/v0.0.4...v0.1.0 + +[0.0.4]: https://github.com/Tai-e/intellij-tai-e/releases/tag/v0.0.4 diff --git a/gradle.properties b/gradle.properties index 4356160..39586ac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = pascal.taie.intellij pluginName = tai-e pluginRepositoryUrl = https://github.com/Tai-e/intellij-tai-e # SemVer format -> https://semver.org -pluginVersion=0.0.4 +pluginVersion=0.1.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 222