Skip to content

Commit

Permalink
v1.20.0-RC1 (2024-10-28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 28, 2024
1 parent 8ecb2d9 commit 4d58a8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<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>
[**Documentation**](#documentation) | [Latest releases](#latest-releases) | [Get support][GitHub issues]
[**API**][cljdoc docs] | [**Wiki**][GitHub wiki] | [Latest releases](#latest-releases) | [Slack channel][]

# Sente

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

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

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

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

<!-- Project -->

[Codox docs]: https://taoensso.github.io/sente/
[Codox docs]: https://taoensso.github.io/sente/
[cljdoc docs]: https://cljdoc.org/d/com.taoensso/sente/

[Clojars SVG]: https://img.shields.io/clojars/v/com.taoensso/sente.svg
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.19.2"
(defproject com.taoensso/sente "1.20.0-RC1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Realtime web comms library for Clojure/Script"
:url "https://github.com/taoensso/sente"
Expand Down

0 comments on commit 4d58a8f

Please sign in to comment.