Skip to content

Commit

Permalink
bump to 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Dec 2, 2023
1 parent faecc9c commit 67740f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fun prop(name: String): String =
?: error("Property `$name` is not defined in gradle.properties for environment `$shortPlatformVersion`")

val shortPlatformVersion = prop("shortPlatformVersion")
val codeVersion = "1.31.0"
val codeVersion = "1.32.0"
val pluginVersion = "$codeVersion.$shortPlatformVersion"
val pluginGroup = "org.move"
val javaVersion = JavaVersion.VERSION_17
Expand Down
13 changes: 13 additions & 0 deletions changelog/1.32.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# INTELLIJ MOVE CHANGELOG: 1.32.0

TBD

## Fixes

* Remove bundled `aptos-cli` for MacOS.

* Fix endless loop if project is opened in an invalid Aptos root.

## Internal

* Drop 2022.3.

0 comments on commit 67740f0

Please sign in to comment.