Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 815ce9b

Browse files
committed
Bump plugin to 0.3.0
1 parent c25651e commit 815ce9b

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
#Changes
22

3+
## 0.3.0
4+
5+
* Split out instarepl into its own plugin - ClojureInstarepl.
6+
standalone runner now loads lein-light-nrepl-instarepl
7+
* Remove unused requires, files and fns in plugin and lein-light-nrepl
8+
* Remove dependence on custom js->clj
9+
* Plugin now officially supports Java >= 8
10+
* No more support for deprecated clojure versions >= 1.5.1 to < 1.7.0
11+
312
## 0.2.0
413

514
* ADDED: cljc eval support Clojure 1.7

plugin.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{:name "Clojure"
2-
:version "0.2.0"
2+
:version "0.3.0"
33
:author "Kodowa"
44
:source "https://github.com/LightTable/Clojure"
55
:desc "Clojure(Script) integration for Light Table"

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(defproject com.lighttable/clojure "0.2.0"
1+
(defproject com.lighttable/clojure "0.3.0"
22
:description "Clojure plugin for Light Table"
33
:dependencies [[org.clojure/clojure "1.5.1"]])

runner/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject lein-light "0.2.0"
1+
(defproject lein-light "0.3.0"
22
:description "Provide uberjar to start headless repl with LT middleware"
33
:license {:name "Eclipse Public License"
44
:url "http://www.eclipse.org/legal/epl-v10.html"}

0 commit comments

Comments
 (0)