Skip to content

Commit 1e77623

Browse files
committed
Merge branch 'series/0.9' into series/1.0
2 parents ecad75e + 1bbf6fc commit 1e77623

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
0.9.4
22
=====
33
- Fixed memory leak in `Stream#runFoldScope` introduced by [#808](https://github.com/functional-streams-for-scala/fs2/issues/808).
4+
- Added OSGi metadata to the core and io JARs.
45

56
0.9.3
67
=====

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Quick links:
1111
* [API docs (fs2-core)][core-api], [API docs (fs2-io)][io-api]
1212
* [Docs and getting help](#docs)
1313

14-
[io-api]: https://oss.sonatype.org/service/local/repositories/releases/archive/co/fs2/fs2-io_2.12/0.9.3/fs2-io_2.12-0.9.3-javadoc.jar/!/fs2/io/index.html
15-
[core-api]: https://oss.sonatype.org/service/local/repositories/releases/archive/co/fs2/fs2-core_2.12/0.9.3/fs2-core_2.12-0.9.3-javadoc.jar/!/fs2/index.html
14+
[io-api]: https://oss.sonatype.org/service/local/repositories/releases/archive/co/fs2/fs2-io_2.12/0.9.4/fs2-io_2.12-0.9.4-javadoc.jar/!/fs2/io/index.html
15+
[core-api]: https://oss.sonatype.org/service/local/repositories/releases/archive/co/fs2/fs2-core_2.12/0.9.4/fs2-core_2.12-0.9.4-javadoc.jar/!/fs2/index.html
1616

1717
### <a id="about"></a>About the library ###
1818

@@ -61,17 +61,17 @@ The 0.9 release is out and we recommend upgrading. You may want to first [read t
6161

6262
```
6363
// available for Scala 2.11.8, 2.12.0
64-
libraryDependencies += "co.fs2" %% "fs2-core" % "0.9.3"
64+
libraryDependencies += "co.fs2" %% "fs2-core" % "0.9.4"
6565
6666
// optional I/O library
67-
libraryDependencies += "co.fs2" %% "fs2-io" % "0.9.3"
67+
libraryDependencies += "co.fs2" %% "fs2-io" % "0.9.4"
6868
```
6969

7070
The fs2-core library is also supported on Scala.js:
7171

7272
```
7373
// available for Scala 2.11.8, 2.12.0
74-
libraryDependencies += "co.fs2" %%% "fs2-core" % "0.9.3"
74+
libraryDependencies += "co.fs2" %%% "fs2-core" % "0.9.4"
7575
```
7676

7777
API docs:

0 commit comments

Comments
 (0)