Skip to content

Commit

Permalink
Prepare release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wkok committed Dec 7, 2023
1 parent c1664af commit acf57b7
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.0 - 2023-12-07
### Changes
- Added support for [Flows](/doc/03-flows.md) (alpha) [PR 25](https://github.com/htihospitality/re-dash/pull/25)
- Added namespace `hti.re-dash.alpha` for trying out API's that might change in future.
- Added deprecation notice for namespace `hti.re-dash` - use `hti.re-dash.core` instead.

## 0.8.1 - 2023-11-21
### Changes
- Added re-dash-testing namespace to deployed jar artifact
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Then, add the `re-dash` dependency
#### from clojars

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

#### 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.8.1")
(def version "0.9.0")

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

0 comments on commit acf57b7

Please sign in to comment.