Skip to content

Commit

Permalink
Prepare for 1.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gharrma committed Aug 8, 2024
1 parent 4eb4d75 commit 274e4f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ build/
/.idea/uiDesigner.xml
/.idea/*.iml
/.idea/modules.xml
/.idea/modules/
/.intellijPlatform
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ val versionSuffix = if (isRelease) "" else "-SNAPSHOT"
val tokenProperty = "plugins.repository.token"

group = "com.google.idea.perf"
version = "1.3.1$versionSuffix"
version = "1.3.2$versionSuffix"

java.toolchain.languageVersion.set(JavaLanguageVersion.of(21))

Expand All @@ -58,7 +58,7 @@ intellijPlatform {
}
changeNotes = """
<ul>
<li>Fixed compatibility with IntelliJ EAP build 232.5150.116.</li>
<li>Added support for tracing Java 21 bytecode.</li>
</ul>
""".trimIndent()
}
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Steps to publish a new version of the plugin

* Bump the plugin version number.

* Review the platform compatibility metadata (`setSinceBuild`).
* Review the platform compatibility metadata (`sinceBuild`).

* Set the `changeNotes` field to a description of what changed since the last release.

Expand Down

0 comments on commit 274e4f4

Please sign in to comment.