Skip to content

Commit 4d58a8f

Browse files
committed
v1.20.0-RC1 (2024-10-28)
1 parent 8ecb2d9 commit 4d58a8f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<a href="https://www.taoensso.com/clojure" title="More stuff by @ptaoussanis at www.taoensso.com"><img src="https://www.taoensso.com/open-source.png" alt="Taoensso open source" width="340"/></a>
2-
[**Documentation**](#documentation) | [Latest releases](#latest-releases) | [Get support][GitHub issues]
2+
[**API**][cljdoc docs] | [**Wiki**][GitHub wiki] | [Latest releases](#latest-releases) | [Slack channel][]
33

44
# Sente
55

@@ -15,7 +15,8 @@ Loosely inspired by [Socket.IO](https://socket.io/), it uses **core.async**, **W
1515
1616
## Latest release/s
1717

18-
- `2023-08-30` `1.19.2`: [release info](../../releases/tag/v1.19.2)
18+
- `2023-08-30` `v1.19.2` (stable): [release info](../../releases/tag/v1.19.2)
19+
- `2024-10-28` `v1.20.0-RC1` (dev): [release info](../../releases/tag/v1.20.0-RC1)
1920

2021
[![Main tests][Main tests SVG]][Main tests URL]
2122
[![Graal tests][Graal tests SVG]][Graal tests URL]
@@ -63,13 +64,14 @@ Licensed under [EPL 1.0](LICENSE.txt) (same as Clojure).
6364
[GitHub releases]: ../../releases
6465
[GitHub issues]: ../../issues
6566
[GitHub wiki]: ../../wiki
67+
[Slack channel]: https://www.taoensso.com/sente/slack
6668

6769
[Peter Taoussanis]: https://www.taoensso.com
6870
[sponsor]: https://www.taoensso.com/sponsor
6971

7072
<!-- Project -->
7173

72-
[Codox docs]: https://taoensso.github.io/sente/
74+
[Codox docs]: https://taoensso.github.io/sente/
7375
[cljdoc docs]: https://cljdoc.org/d/com.taoensso/sente/
7476

7577
[Clojars SVG]: https://img.shields.io/clojars/v/com.taoensso/sente.svg

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/sente "1.19.2"
1+
(defproject com.taoensso/sente "1.20.0-RC1"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Realtime web comms library for Clojure/Script"
44
:url "https://github.com/taoensso/sente"

0 commit comments

Comments
 (0)