Skip to content

Commit 5197e48

Browse files
author
dnolen
committed
0.0-3196
1 parent 4032877 commit 5197e48

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ ClojureScript is a new compiler for [Clojure](http://clojure.org) that targets J
44

55
## Releases and dependency information ##
66

7-
Latest stable release: 0.0-3126
7+
Latest stable release: 0.0-3196
88

99
* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22)
1010

1111
[Leiningen](http://github.com/technomancy/leiningen/) dependency information:
1212

1313
```
14-
[org.clojure/clojurescript "0.0-3126"]
14+
[org.clojure/clojurescript "0.0-3196"]
1515
```
1616

1717
[Maven](http://maven.apache.org) dependency information:
@@ -20,7 +20,7 @@ Latest stable release: 0.0-3126
2020
<dependency>
2121
<groupId>org.clojure</groupId>
2222
<artifactId>clojurescript</artifactId>
23-
<version>0.0-3126</version>
23+
<version>0.0-3196</version>
2424
</dependency>
2525
```
2626

changes.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Next
1+
## 0.0-3196
22

33
### Enhancements
44
* Conditional reading
@@ -9,6 +9,8 @@
99
* CLJS-1154: Unmunged function names for stacktrace
1010

1111
### Changes
12+
* Clojure 1.7.0-beta1 dependency
13+
* tools.reader 0.9.1 dependency
1214
* CLJS-1188: multi-arity fns hinder cross-module code motion
1315
* cljs.test needs to default to sync
1416
* CLJS-1184: log module building activity under verbose

0 commit comments

Comments
 (0)