Skip to content

Commit 94b9403

Browse files
committed
Release version 0.3.0
1 parent de2f9b4 commit 94b9403

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGES.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 0.3.0
2+
3+
Contributions by Ryan Schmukler and Matthew Davidson
4+
5+
* Added new windowing stream fns, `sliding-stream` and `dropping-stream`
6+
* Java 8 is now the minimum version supported
7+
* Fixed accidental usage of core `realized?` in `stream->seq`
8+
* Fixed broken BaseStream test
9+
* Update CircleCI Docker image
10+
* Update Dirigiste, tools.logging, riddley, and core.async versions
11+
* Add deps.edn usage instructions
12+
* Removed Codox
13+
* Cleaned up timing tests and ns metadata
14+
115
### 0.2.4
216

317
Contributions by Arnaud Geiser
@@ -8,7 +22,7 @@ Contributions by Arnaud Geiser
822

923
Contributions by Matthew Davidson
1024

11-
* Add `manifold.go-off` to generated documentation
25+
* Added `manifold.go-off` to generated documentation
1226

1327
### 0.2.2
1428

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ A detailed discussion of Manifold's rationale can be found [here](doc/rationale.
1111

1212
Leiningen:
1313
```clojure
14-
[manifold "0.2.4"]
14+
[manifold "0.3.0"]
1515
```
1616

1717
deps.edn:
1818
```clojure
19-
manifold/manifold {:mvn/version "0.2.4"}
19+
manifold/manifold {:mvn/version "0.3.0"}
2020
```
2121

2222
### Deferreds

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject manifold "0.2.5-SNAPSHOT"
1+
(defproject manifold "0.3.0"
22
:description "A compatibility layer for event-driven abstractions"
33
:license {:name "MIT License"
44
:url "http://opensource.org/licenses/MIT"}

0 commit comments

Comments
 (0)