Skip to content

Commit

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

## 0.9.4 - 2024-02-17
### Changes
- Fixed signal Cell cache to be keyed more accurately to full query

## 0.9.3 - 2024-02-16
### Changes
- Fixed :clear-flow effect that cleared all flows instead of only the one specified
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.3"}}
:deps {net.clojars.htihospitality/re-dash {:mvn/version "0.9.4"}}
```

#### 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.3")
(def version "0.9.4")

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

0 comments on commit 53c8961

Please sign in to comment.