Skip to content

Commit

Permalink
release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Dec 21, 2019
1 parent 1fa3ee3 commit d3dab1b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ env:
jobs:
include:
- stage: Build and Test
env: ORG_GRADLE_PROJECT_ideaVersion=LATEST-EAP-SNAPSHOT
- env: ORG_GRADLE_PROJECT_ideaVersion=2019.3.1
env: ORG_GRADLE_PROJECT_ideaVersion=2019.3.1
- env: ORG_GRADLE_PROJECT_ideaVersion=2019.3
- env: ORG_GRADLE_PROJECT_ideaVersion=2019.2.4
- env: ORG_GRADLE_PROJECT_ideaVersion=2019.2.3
- env: ORG_GRADLE_PROJECT_ideaVersion=2019.2.2
- env: ORG_GRADLE_PROJECT_ideaVersion=2019.2.1
- env: ORG_GRADLE_PROJECT_ideaVersion=2019.2
- env: ORG_GRADLE_PROJECT_ideaVersion=EAP-SNAPSHOT
- env: ORG_GRADLE_PROJECT_ideaVersion=LATEST-EAP-SNAPSHOT
- stage: Deploy new Release
if: branch = master
script: skip
Expand All @@ -39,4 +38,4 @@ jobs:
on:
branch: master
allow_failures:
- env: ORG_GRADLE_PROJECT_ideaVersion=EAP-SNAPSHOT
- env: ORG_GRADLE_PROJECT_ideaVersion=LATEST-EAP-SNAPSHOT
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Support for [DUB](https://code.dlang.org/) within IntelliJ IDEA. Requires [Intel

| Plugin Version | IntelliJ Versions | release notes |
| :--- | :--- | :--- |
| 0.3.1 | 2019.2.* - 2019.3.* | updated for IntelliJ 2019.3.* |
| 0.3.0 | 2019.2.* | updated for IntelliJ 2019.2 |
| 0.2.0 | 2019.1.* | updated for IntelliJ 2019.1 |
| 0.1.2 | 2018.3.* - 2019.1.* | minor tweaks for IntelliJ 2018.3 |
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots

version = 0.3.1-SNAPSHOT
version = 0.3.1
ideaVersion = 2019.2
javaVersion = 1.8
kotlin_version = 1.3.50
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
]]></description>

<change-notes><![CDATA[
<b>v0.3.1</b><br/>
<ul>
<li>Compatible with IntelliJ 2019.3.*</li>
<li>Requires <a href="https://github.com/intellij-dlanguage/intellij-dlanguage/">D Language</a> v1.22 to be installed</li>
</ul>
<b>v0.3.0</b><br/>
<ul>
<li>Compatible with IntelliJ 2019.2.*</li>
Expand Down

0 comments on commit d3dab1b

Please sign in to comment.