Skip to content

Commit 3be9599

Browse files
committed
Prepare release 0.9.3
1 parent 58b11bb commit 3be9599

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.9.3 - 2024-02-16
4+
### Changes
5+
- Fixed :clear-flow effect that cleared all flows instead of only the one specified
6+
- Fixed :clear-flow effect by making it continue silently when the flow was not found instead of throwing an exception
7+
- Fixed Cell memory leak when using signaled subscriptions [PR 32](https://github.com/htihospitality/re-dash/pull/32)
8+
39
## 0.9.2 - 2024-01-19
410
### Changes
511
- Fixed issue with Flows when reg-event-fx did not return a :db effect

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Then, add the `re-dash` dependency
5050
#### from clojars
5151

5252
```edn
53-
:deps {net.clojars.htihospitality/re-dash {:mvn/version "0.9.2"}}
53+
:deps {net.clojars.htihospitality/re-dash {:mvn/version "0.9.3"}}
5454
```
5555

5656
#### from a commit

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(:require [org.corfield.build :as bb]))
44

55
(def lib 'net.clojars.htihospitality/re-dash)
6-
(def version "0.9.2")
6+
(def version "0.9.3")
77

88
(defn test "Run the tests." [opts]
99
(bb/run-tests opts))

0 commit comments

Comments
 (0)