Skip to content

Commit a3ea0ef

Browse files
author
Yusuf Ugur ÖZBEK
committed
Release 0.0.8 🔖
1 parent 66e922d commit a3ea0ef

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Testcontainers Port Updater Changelog
22

33
## [Unreleased]
4+
- Bump dependencies to their latest versions
5+
- Support latest IntelliJ 2021.3
46

57
## [0.0.7]
68
- Run verifier against only IntelliJ IDEA Ultimate

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
pluginGroup = com.github.yusufugurozbek.testcontainers.port.updater
55
pluginName = Testcontainers Port Updater
6-
pluginVersion = 0.0.7
6+
pluginVersion = 0.0.8
77
pluginSinceBuild = 203
8-
pluginUntilBuild = 212.*
8+
pluginUntilBuild = 213.*
99
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
1010
# See https://jb.gg/intellij-platform-builds-list for available build versions
11-
pluginVerifierIdeVersions = IU-2020.3.4, IU-2021.1.3, IU-2021.2.3
11+
pluginVerifierIdeVersions = IU-2020.3.4, IU-2021.1.3, IU-2021.2.3, IU-2021.3
1212

1313
platformType = IU
14-
platformVersion = 2021.2.3
14+
platformVersion = 2021.3
1515
platformDownloadSources = true
1616
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1717
platformPlugins = com.intellij.database

0 commit comments

Comments
 (0)