File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ unreleased ] 2021-02-04
3
+ ## [ 0.0.0 ] 2021-12-23
4
4
5
- - rename reductions* to selecting-reductions*
6
- - add reductions pipeline
5
+ - Rename reductions* to selecting-reductions*
6
+ - Add reductions pipeline
7
7
- Add round-robin!
8
8
- Add wide pipeline async
9
9
- Add delay pipe
10
+ - Add dataflow
10
11
11
12
## [ 0.0.7] - 2021-01-13
12
13
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ See [dataflow](./doc/dataflow.org)
163
163
164
164
Add the following dependency in your leiningen project:
165
165
``` clojure
166
- [bsless/more.async " 0.0.7 " ]
166
+ [bsless/more.async " 0.0.8 " ]
167
167
```
168
168
169
169
NOTE: breaking change as of ` 0.0.6 ` : more.async namespaces have been
Original file line number Diff line number Diff line change 1
- (defproject bsless /more.async " 0.0.8-SNAPSHOT "
1
+ (defproject bsless /more.async " 0.0.8"
2
2
:description " More core.async abstractions"
3
3
:url " https://github.com/bsless/more.async"
4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
You can’t perform that action at this time.
0 commit comments