Skip to content

Commit

Permalink
Prepare release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wkok committed Feb 16, 2024
1 parent 58b11bb commit 3be9599
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.9.3 - 2024-02-16
### Changes
- Fixed :clear-flow effect that cleared all flows instead of only the one specified
- Fixed :clear-flow effect by making it continue silently when the flow was not found instead of throwing an exception
- Fixed Cell memory leak when using signaled subscriptions [PR 32](https://github.com/htihospitality/re-dash/pull/32)

## 0.9.2 - 2024-01-19
### Changes
- Fixed issue with Flows when reg-event-fx did not return a :db effect
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Then, add the `re-dash` dependency
#### from clojars

```edn
:deps {net.clojars.htihospitality/re-dash {:mvn/version "0.9.2"}}
:deps {net.clojars.htihospitality/re-dash {:mvn/version "0.9.3"}}
```

#### from a commit
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(:require [org.corfield.build :as bb]))

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

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

0 comments on commit 3be9599

Please sign in to comment.