File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 110.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
560.9.3
67=====
Original file line number Diff line number Diff 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
7070The 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
7777API docs:
You can’t perform that action at this time.
0 commit comments