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

Commit 2abc27f

Browse files
committed
0.0.10
Signed-off-by: Chris Granger <ibdknox@gmail.com>
1 parent 9b16995 commit 2abc27f

5 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
##0.0.10
4+
5+
* FIX: disconnecting from a remote nrepl caused issues
6+
* FIX: make instarepl command wasn't correctly checking tags
7+
* UPDATE: ClojureScript 2173
8+
39
##0.0.8
410

511
* UPDATE: Leiningen 2.3.4

lein-light-nrepl/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject lein-light-nrepl "0.0.16"
1+
(defproject lein-light-nrepl "0.0.17"
22
:description "FIXME: write description"
33
:url "http://example.com/FIXME"
44
:license {:name "Eclipse Public License"

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.0.9"
1+
(defproject com.lighttable/clojure "0.0.10"
22
:description "Clojure plugin for Light Table"
33
:dependencies [[org.clojure/clojure "1.5.1"]])

runner/src/leiningen/light_nrepl.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
init (if-let [cur-init (-> project :repl-options :init)]
3434
(list 'do cur-init init)
3535
init)
36-
profile {:dependencies '[[lein-light-nrepl/lein-light-nrepl "0.0.16"]
36+
profile {:dependencies '[[lein-light-nrepl/lein-light-nrepl "0.0.17"]
3737
[org.clojure/tools.reader "0.8.3"]]
3838
:repl-options {:nrepl-middleware ['lighttable.nrepl.handler/lighttable-ops]
3939
:init (with-meta init {:replace true})}}
4.22 KB
Binary file not shown.

0 commit comments

Comments
 (0)