Skip to content

Commit 7d0f913

Browse files
committed
0.7.1
1 parent fada8df commit 7d0f913

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ to redirect all commands to one specific REPL.
3939

4040
Change log
4141
==========
42+
0.7.1
43+
44+
* IntelliJ Platform 2017.2.5 and 2017.3 API compatibility
45+
* Misc: use the latest versions of Kotlin & Gradle
46+
4247
0.7.0
4348

4449
* Editor: multi-method & protocol method navigation (`ctrl-U`, `ctrl-alt-B`)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Available idea versions:
22
# https://www.jetbrains.com/intellij-repository/releases
33
# https://www.jetbrains.com/intellij-repository/snapshots
4-
version=0.7.0
4+
version=0.7.1
55

66
ideaVersion=2017.2
77
javaVersion=1.8

resources/META-INF/plugin.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<idea-plugin>
33
<id>org.jetbrains.idea.clojure</id>
4-
<version>0.7.0</version>
4+
<version>0.7.1</version>
55
<vendor email="[email protected]">Greg Shrago</vendor>
66
<idea-version since-build="171.3780" until-build="173.*"/>
77

@@ -15,13 +15,8 @@
1515
<change-notes>
1616
<![CDATA[
1717
<ul>
18-
<li>Editor: multi-method & protocol method navigation (ctrl-U, ctrl-alt-B)</li>
19-
<li>Editor: parameter info inlays; expression type hint</li>
20-
<li>Formatter: follow bbatsov style guide</li>
21-
<li>Code style: ;; (double-semicolon) commenting toggle</li>
22-
<li>QuickDoc: search and display related specs</li>
23-
<li>REPL: the first repl gets exclusive mode by default</li>
24-
<li>Internals: redesigned AST/PSI, name resolution, indices and etc.</li>
18+
<li>IntelliJ Platform 2017.2.5 and 2017.3 API compatibility</li>
19+
<li>Misc: use the latest versions of Kotlin & Gradle</li>
2520
</ul>
2621
<a href="https://github.com/gregsh/Clojure-Kit#change-log">Full change log...</a>
2722
]]>

0 commit comments

Comments
 (0)