Skip to content

Commit

Permalink
Release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bsless committed Dec 23, 2021
1 parent ce343e3 commit 363a5c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Change Log

## [unreleased] 2021-02-04
## [0.0.0] 2021-12-23

- rename reductions* to selecting-reductions*
- add reductions pipeline
- Rename reductions* to selecting-reductions*
- Add reductions pipeline
- Add round-robin!
- Add wide pipeline async
- Add delay pipe
- Add dataflow

## [0.0.7] - 2021-01-13

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ See [dataflow](./doc/dataflow.org)

Add the following dependency in your leiningen project:
```clojure
[bsless/more.async "0.0.7"]
[bsless/more.async "0.0.8"]
```

NOTE: breaking change as of `0.0.6`: more.async namespaces have been
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject bsless/more.async "0.0.8-SNAPSHOT"
(defproject bsless/more.async "0.0.8"
:description "More core.async abstractions"
:url "https://github.com/bsless/more.async"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 363a5c0

Please sign in to comment.