Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Mar 6, 2014
1 parent 05fba1a commit 33889c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Pending / unreleased
## v0.8.2 / 2014 Mar 7

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


## v0.8.1 / 2014 Mar 4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contributing](#contact--contributing) | current ([semantic][]) version:

```clojure
[com.taoensso/sente "0.8.1"] ; < v1.0.0 API is subject to change
[com.taoensso/sente "0.8.2"] ; < v1.0.0 API is subject to change
```

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

```clojure
[com.taoensso/sente "0.8.1"]
[com.taoensso/sente "0.8.2"]
```

### On the server (Clojure) side
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/sente "0.8.1"
(defproject com.taoensso/sente "0.8.2"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure channel sockets library"
:url "https://github.com/ptaoussanis/sente"
Expand Down

0 comments on commit 33889c6

Please sign in to comment.