Skip to content

Commit

Permalink
2019.3.2-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed Nov 26, 2019
1 parent 820ed25 commit 09a6c76
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2019.3.1

* editor: make "smart kill" and "smart parens" configurable (Smart Keys | Clojure)
* editor: turn "smart kill" and "smart parens" off by default
* deps: fix dependencies cache file being a directory
* java: fix resolve on Java 11
* platform: IntelliJ IDEA 2019.3

2019.3

* platform: IntelliJ IDEA 2019.3 EAP
Expand Down
8 changes: 6 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<idea-plugin>
<id>org.jetbrains.idea.clojure</id>
<version>2019.3.1-snapshot</version>
<version>2019.3.2-snapshot</version>
<vendor email="[email protected]">Greg Shrago</vendor>
<idea-version since-build="193.3519"/>
<idea-version since-build="193.5233"/>

<name>Clojure-Kit</name>
<description>Clojure and ClojureScript plugin for IntelliJ-based tools</description>
Expand All @@ -15,6 +15,10 @@
<change-notes>
<![CDATA[
<ul>
<li>editor: make "smart kill" and "smart parens" configurable (Smart Keys | Clojure)</li>
<li>editor: turn "smart kill" and "smart parens" off by default</li>
<li>deps: fix dependencies cache file being a directory</li>
<li>java: fix resolve on Java 11</li>
<li>platform: IntelliJ IDEA 2019.3</li>
</ul>
<a href="https://github.com/gregsh/Clojure-Kit/blob/master/CHANGELOG.md">Full change log...</a>
Expand Down

0 comments on commit 09a6c76

Please sign in to comment.