File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11> This project uses [ Break Versioning] ( https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md ) as of ** Aug 16, 2014** .
22
3- ## v1.17.0-RC1 - 2022 Jun 1
3+ ## v1.17.0-RC2 - 2022 Jun 1
44
55``` clojure
6- [com.taoensso/sente " 1.17.0-RC1 " ]
6+ [com.taoensso/sente " 1.17.0-RC2 " ]
77```
88
99> This is a non-breaking ** maintenance and feature release** .
Original file line number Diff line number Diff line change 44** [ CHANGELOG] ** | [ API] | current [ Break Version] :
55
66``` clojure
7- [com.taoensso/sente " 1.17.0-RC1 " ] ; Dev, see CHANGELOG for details
7+ [com.taoensso/sente " 1.17.0-RC2 " ] ; Dev, see CHANGELOG for details
88[com.taoensso/sente " 1.16.2" ] ; Stable
99```
1010
@@ -54,8 +54,8 @@ So you can ignore the underlying protocol and deal directly with Sente's unified
5454Add the necessary dependency to your project:
5555
5656``` clojure
57- Leiningen: [com.taoensso/sente " 1.17.0-RC1 " ] ; or
58- deps.edn: com.taoensso/sente {:mvn/version " 1.17.0-RC1 " }
57+ Leiningen: [com.taoensso/sente " 1.17.0-RC2 " ] ; or
58+ deps.edn: com.taoensso/sente {:mvn/version " 1.17.0-RC2 " }
5959```
6060
6161### On the server (Clojure) side
Original file line number Diff line number Diff line change 1- (defproject com.taoensso.examples /sente " 1.17.0-RC1 "
1+ (defproject com.taoensso.examples /sente " 1.17.0-RC2 "
22 :description " Sente, reference web-app example project"
33 :url " https://github.com/ptaoussanis/sente"
44 :license {:name " Eclipse Public License"
1515 [org.clojure/core.async " 1.5.648" ]
1616 [org.clojure/tools.nrepl " 0.2.13" ] ; Optional, for Cider
1717
18- [com.taoensso/sente " 1.17.0-RC1 " ] ; <--- Sente
18+ [com.taoensso/sente " 1.17.0-RC2 " ] ; <--- Sente
1919 [com.taoensso/timbre " 5.2.1" ]
2020
2121 ; ;; TODO Choose (uncomment) a supported web server -----------------------
Original file line number Diff line number Diff line change 1- (defproject com.taoensso /sente " 1.17.0-RC1 "
1+ (defproject com.taoensso /sente " 1.17.0-RC2 "
22 :author " Peter Taoussanis <https://www.taoensso.com>"
33 :description " Realtime web comms for Clojure/Script"
44 :url " https://github.com/ptaoussanis/sente"
You can’t perform that action at this time.
0 commit comments