Skip to content

Commit 29a15da

Browse files
committed
v1.16.0-RC1
1 parent 7606e39 commit 29a15da

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
22
3+
## v1.16.0-RC1 - 2020 Sep 10
4+
5+
```clojure
6+
[com.taoensso/sente "1.16.0-RC1"]
7+
```
8+
9+
Same as `v1.16.0-alpha2`.
10+
11+
> See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) recommended steps when updating any Clojure/Script dependencies.
12+
13+
314
## v1.16.0-alpha2 - 2020 Aug 24
415

516
```clojure

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
**[CHANGELOG]** | [API] | current [Break Version]:
55

66
```clojure
7-
[com.taoensso/sente "1.15.0"] ; Stable
8-
[com.taoensso/sente "1.16.0-alpha2"] ; Dev, see CHANGELOG for details
7+
[com.taoensso/sente "1.15.0"] ; Stable
8+
[com.taoensso/sente "1.16.0-RC1"] ; Dev, see CHANGELOG for details
99
```
1010

1111
> Please consider helping to [support my continued open-source Clojure/Script work]?

example-project/project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso.examples/sente "1.16.0-alpha2"
1+
(defproject com.taoensso.examples/sente "1.16.0-RC1"
22
:description "Sente, reference web-app example project"
33
:url "https://github.com/ptaoussanis/sente"
44
:license {:name "Eclipse Public License"
@@ -15,7 +15,7 @@
1515
[org.clojure/core.async "1.3.610"]
1616
[org.clojure/tools.nrepl "0.2.13"] ; Optional, for Cider
1717

18-
[com.taoensso/sente "1.16.0-alpha2"] ; <--- Sente
18+
[com.taoensso/sente "1.16.0-RC1"] ; <--- Sente
1919
[com.taoensso/timbre "4.10.0"]
2020

2121
;;; TODO Choose (uncomment) a supported web server -----------------------

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.16.0-alpha2"
1+
(defproject com.taoensso/sente "1.16.0-RC1"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Realtime web comms for Clojure/Script"
44
:url "https://github.com/ptaoussanis/sente"

0 commit comments

Comments
 (0)