From aceb19acd15f6f7fd3fe2c33326e42fc609d1ef7 Mon Sep 17 00:00:00 2001 From: Nikita Mironov Date: Tue, 27 Jun 2023 16:39:15 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb187ba..8e28f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ ### Security +## 0.5.9 + +### Fixed +- Fix resolving of the `machine` package for some targets on Windows. + ## 0.5.8 ### Changed diff --git a/gradle.properties b/gradle.properties index b46bd57..4ae782d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = org.jetbrains.tinygoplugin pluginName_ = tinygo-plugin -pluginVersion = 0.5.8 +pluginVersion = 0.5.9 pluginSinceBuild = 231.8109 pluginUntilBuild = 231.* # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl