Skip to content

Commit b8dd62e

Browse files
committed
v1.6.0
1 parent d3c9eb5 commit b8dd62e

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
22
3-
## v1.6.0-RC1 - 2015 Jul 25
3+
## v1.6.0 - 2015 Aug 7
44

55
> This is a significant maintenance+feature release which **MAY BE BREAKING** due to a mandatory dependency bump to Timbre v4 (see **note 1** for details).
66
@@ -15,7 +15,7 @@
1515
* **Ref example**: add run command [@estsauver #144]
1616

1717
```clojure
18-
[com.taoensso/sente "1.6.0-RC1"]
18+
[com.taoensso/sente "1.6.0"]
1919
```
2020

2121
#### Notes

README.md

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

33
```clojure
4-
[com.taoensso/sente "1.5.0"] ; Stable
5-
[com.taoensso/sente "1.6.0-RC1"] ; See CHANGELOG for details
4+
[com.taoensso/sente "1.6.0"] ; Stable, see CHANGELOG for details
65
```
76

87
# 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 "1.6.0-RC1"
1+
(defproject com.taoensso/sente "1.6.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)