Skip to content

Commit c90f049

Browse files
committed
v0.12.0
1 parent f1f17ff commit c90f049

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.12.0 / 2014 May 1
2+
3+
* **NEW**: server- and client-side `start-chsk-router-loop!` fns now return a `(fn stop! [])`.
4+
* [#37] **FIX** broken `[:chsk/close]` typo for Ajax connections (@sritchie).
5+
6+
17
## v0.11.0 / 2014 Apr 26
28

39
* **CHANGE**: Removed vestigial server-side events: `[:chsk/uidport-open _]`, `[:chsk/uidport-close _]`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contributing](#contact--contributing) | current ([semantic][]) version:
22

33
```clojure
4-
[com.taoensso/sente "0.11.0"] ; < v1.0.0 API is subject to change
4+
[com.taoensso/sente "0.12.0"] ; < v1.0.0 API is subject to change
55
```
66

77
# Sente, channel sockets for Clojure

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/sente "0.11.0"
1+
(defproject com.taoensso/sente "0.12.0"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Clojure channel sockets library"
44
:url "https://github.com/ptaoussanis/sente"

0 commit comments

Comments
 (0)