Skip to content

Commit 363a5c0

Browse files
committed
Release 0.0.8
1 parent ce343e3 commit 363a5c0

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Change Log
22

3-
## [unreleased] 2021-02-04
3+
## [0.0.0] 2021-12-23
44

5-
- rename reductions* to selecting-reductions*
6-
- add reductions pipeline
5+
- Rename reductions* to selecting-reductions*
6+
- Add reductions pipeline
77
- Add round-robin!
88
- Add wide pipeline async
99
- Add delay pipe
10+
- Add dataflow
1011

1112
## [0.0.7] - 2021-01-13
1213

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ See [dataflow](./doc/dataflow.org)
163163

164164
Add the following dependency in your leiningen project:
165165
```clojure
166-
[bsless/more.async "0.0.7"]
166+
[bsless/more.async "0.0.8"]
167167
```
168168

169169
NOTE: breaking change as of `0.0.6`: more.async namespaces have been

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject bsless/more.async "0.0.8-SNAPSHOT"
1+
(defproject bsless/more.async "0.0.8"
22
:description "More core.async abstractions"
33
:url "https://github.com/bsless/more.async"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

0 commit comments

Comments
 (0)