Skip to content

Commit 33889c6

Browse files
committed
v0.8.2
1 parent 05fba1a commit 33889c6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## Pending / unreleased
1+
## v0.8.2 / 2014 Mar 7
22

33
* NEW: Copy improved error messages to server-side API.
4+
* CHANGE: Provide entire, unfiltered Ring request map to server-side API.
45

56

67
## v0.8.1 / 2014 Mar 4

README.md

Lines changed: 2 additions & 2 deletions
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.8.1"] ; < v1.0.0 API is subject to change
4+
[com.taoensso/sente "0.8.2"] ; < v1.0.0 API is subject to change
55
```
66

77
# Sente, channel sockets for Clojure
@@ -48,7 +48,7 @@ So the underlying protocol's irrelevant. Sente gives you a unified API that expo
4848
Add the necessary dependency to your [Leiningen][] `project.clj`. This'll provide your project with both the client (ClojureScript) + server (Clojure) side library code:
4949

5050
```clojure
51-
[com.taoensso/sente "0.8.1"]
51+
[com.taoensso/sente "0.8.2"]
5252
```
5353

5454
### On the server (Clojure) side

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.8.1"
1+
(defproject com.taoensso/sente "0.8.2"
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)