From a131e586d49683b4f260ac662db86f9026c8b80c Mon Sep 17 00:00:00 2001 From: Alexander Zolotov Date: Wed, 1 Apr 2020 18:46:12 +0300 Subject: [PATCH] 0.4.18 --- CHANGES.md | 7 ++++++- README.md | 8 ++++---- build.gradle | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a0d92c4fe0..205192f3e0 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ # Changelog -## 0.4.18 (under development) +## 0.4.19 (under development) + +## 0.4.18 +- Introduced `runIdeForUiTests` task [#466](../../issues/466) +- Fix unpacking JBR with JCEF on Mac [#468](../../issues/468) +- Publish plugin security update [#472](../../issues/472) ## 0.4.17 diff --git a/README.md b/README.md index 44c69536d0..bdbf4579a5 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ [![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![Build Status](https://api.cirrus-ci.com/github/JetBrains/gradle-intellij-plugin.svg)](https://cirrus-ci.com/github/JetBrains/gradle-intellij-plugin) - [![Gradle Plugin Release](https://img.shields.io/badge/gradle%20plugin-0.4.17-blue.svg)](https://plugins.gradle.org/plugin/org.jetbrains.intellij) [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg)](https://github.com/jetbrains/gradle-intellij-plugin/releases) + [![Gradle Plugin Release](https://img.shields.io/badge/gradle%20plugin-0.4.18-blue.svg)](https://plugins.gradle.org/plugin/org.jetbrains.intellij) [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg)](https://github.com/jetbrains/gradle-intellij-plugin/releases) # gradle-intellij-plugin -

The latest version is 0.4.17

+

The latest version is 0.4.18

> **This project requires Gradle 3.4 or newer** @@ -30,7 +30,7 @@ Also, please take a look at [the FAQ](../../blob/master/FAQ.md). ```groovy plugins { - id "org.jetbrains.intellij" version "0.4.17" + id "org.jetbrains.intellij" version "0.4.18" } ``` @@ -172,7 +172,7 @@ The following attributes help you to tune instrumenting behaviour in instru ```groovy plugins { - id "org.jetbrains.intellij" version "0.4.17" + id "org.jetbrains.intellij" version "0.4.18" } intellij { diff --git a/build.gradle b/build.gradle index d3459b5e53..72c1b31e91 100755 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { testCompile 'junit:junit:4.12' } -version = '0.4.17' +version = '0.4.18' group = 'org.jetbrains.intellij.plugins' description = """ **This project requires Gradle 3.4 or newer**