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

Commit 5b0448c

Browse files
committed
Bump to 0.2.0
1 parent 21c230d commit 5b0448c

5 files changed

Lines changed: 13 additions & 4 deletions

File tree

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.2.0
4+
5+
* ADDED: cljc eval support Clojure 1.7
6+
* ADDED: cljs support eval for clojurescript 1.7.x
7+
* Deprecating support for clojure eval from >= 1.5.1 to < 1.7.0. No support in two months
8+
* lein-light-nrepl: Has breaking cljs compiler changes and is only compatible with clojure >= 1.7
9+
projects
10+
* ADDED: Tests for runner
11+
312
## 0.1.3
413

514
* Remove fs and cheshire dependencies

plugin.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:name "Clojure"
2-
:version "0.1.3"
2+
:version "0.2.0"
33
:author "Kodowa"
44
:source "https://github.com/LightTable/Clojure"
5-
:desc "Clojure integration for Light Table"
5+
:desc "Clojure(Script) integration for Light Table"
66
:behaviors "clojure.behaviors"}

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.1.3"
1+
(defproject com.lighttable/clojure "0.2.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.1.3"
1+
(defproject lein-light "0.2.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"}
1002 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)