Skip to content

Commit 7d8ca80

Browse files
committed
v1.15.0
1 parent 3e7bf91 commit 7d8ca80

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
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.15.0 - 2019 Nov 27
4+
5+
```clojure
6+
[com.taoensso/sente "1.15.0"]
7+
```
8+
9+
> Just updates some dependencies. Should be non-breaking.
10+
11+
* [#355] **Fix**: Bump encore dependency to fix deprecated `goog.structs/Map` issue.
12+
13+
314
## v1.14.0 - 2019 Oct 19
415

516
```clojure

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**[CHANGELOG]** | [API] | current [Break Version]:
55

66
```clojure
7-
[com.taoensso/sente "1.14.0"] ; NB Critical security update, see CHANGELOG for details
7+
[com.taoensso/sente "1.15.0"] ; Stable, see CHANGELOG for details
88
```
99

1010
> 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.14.0"
1+
(defproject com.taoensso.examples/sente "1.15.0"
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 "0.5.527"]
1616
[org.clojure/tools.nrepl "0.2.13"] ; Optional, for Cider
1717

18-
[com.taoensso/sente "1.14.0"] ; <--- Sente
18+
[com.taoensso/sente "1.15.0"] ; <--- 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.14.0"
1+
(defproject com.taoensso/sente "1.15.0"
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)