Skip to content

Commit

Permalink
v1.16.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Sep 10, 2020
1 parent 7606e39 commit 29a15da
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v1.16.0-RC1 - 2020 Sep 10

```clojure
[com.taoensso/sente "1.16.0-RC1"]
```

Same as `v1.16.0-alpha2`.

> See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) recommended steps when updating any Clojure/Script dependencies.

## v1.16.0-alpha2 - 2020 Aug 24

```clojure
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
**[CHANGELOG]** | [API] | current [Break Version]:

```clojure
[com.taoensso/sente "1.15.0"] ; Stable
[com.taoensso/sente "1.16.0-alpha2"] ; Dev, see CHANGELOG for details
[com.taoensso/sente "1.15.0"] ; Stable
[com.taoensso/sente "1.16.0-RC1"] ; Dev, see CHANGELOG for details
```

> Please consider helping to [support my continued open-source Clojure/Script work]?
Expand Down
4 changes: 2 additions & 2 deletions example-project/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso.examples/sente "1.16.0-alpha2"
(defproject com.taoensso.examples/sente "1.16.0-RC1"
:description "Sente, reference web-app example project"
:url "https://github.com/ptaoussanis/sente"
:license {:name "Eclipse Public License"
Expand All @@ -15,7 +15,7 @@
[org.clojure/core.async "1.3.610"]
[org.clojure/tools.nrepl "0.2.13"] ; Optional, for Cider

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

;;; TODO Choose (uncomment) a supported web server -----------------------
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 "1.16.0-alpha2"
(defproject com.taoensso/sente "1.16.0-RC1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Realtime web comms for Clojure/Script"
:url "https://github.com/ptaoussanis/sente"
Expand Down

0 comments on commit 29a15da

Please sign in to comment.