Skip to content

Commit

Permalink
Prepare 0.10-M2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
krasserm committed Nov 1, 2018
1 parent 0452b19 commit 4da0033
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Streamz artifacts are available for Scala 2.11 and 2.12 at:

### Latest milestone release for FS2 1.0.x

libraryDependencies += "com.github.krasserm" %% "streamz-camel-akka" % "0.10-M1"
libraryDependencies += "com.github.krasserm" %% "streamz-camel-akka" % "0.10-M2"

libraryDependencies += "com.github.krasserm" %% "streamz-camel-fs2" % "0.10-M1" // uses FS2 1.0.0-M5
libraryDependencies += "com.github.krasserm" %% "streamz-camel-fs2" % "0.10-M2" // uses FS2 1.0.0

libraryDependencies += "com.github.krasserm" %% "streamz-converter" % "0.10-M1" // uses FS2 1.0.0-M5
libraryDependencies += "com.github.krasserm" %% "streamz-converter" % "0.10-M2" // uses FS2 1.0.0

### Latest stable release for FS2 0.10.x

Expand All @@ -46,7 +46,7 @@ Streamz artifacts are available for Scala 2.11 and 2.12 at:
Documentation
-------------

### Streamz 0.10-M1
### Streamz 0.10-M2

- [Camel DSL for Akka Streams](streamz-camel-akka/README.md)
- [Camel DSL for FS2](streamz-camel-fs2/README.md)
Expand All @@ -70,18 +70,18 @@ Documentation
API docs
--------

### Streamz 0.10-M1
### Streamz 0.10-M2

Not published. Run `sbt unidoc` on branch `r-0.10` or `master` for generating 0.10 API docs.
- [API docs for Scala 2.12](http://krasserm.github.io/streamz/scala-2.12/unidoc/index.html)
- [API docs for Scala 2.11](http://krasserm.github.io/streamz/scala-2.11/unidoc/index.html)

### Streamz 0.9.1

Not published. Run `sbt unidoc` on branch `r-0.9` for generating 0.9 API docs.

### Streamz 0.8.1

- [API docs for Scala 2.12](http://krasserm.github.io/streamz/scala-2.12/unidoc/index.html)
- [API docs for Scala 2.11](http://krasserm.github.io/streamz/scala-2.11/unidoc/index.html)
Not published. Run `sbt unidoc` on branch `r-0.8` for generating 0.8 API docs.

External examples
-----------------
Expand Down
2 changes: 1 addition & 1 deletion streamz-camel-akka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The DSL is provided by the `streamz-camel-akka` artifact which is available for

resolvers += "krasserm at bintray" at "http://dl.bintray.com/krasserm/maven"

libraryDependencies += "com.github.krasserm" %% "streamz-camel-akka" % "0.10-M1"
libraryDependencies += "com.github.krasserm" %% "streamz-camel-akka" % "0.10-M2"

### Configuration

Expand Down
2 changes: 1 addition & 1 deletion streamz-camel-fs2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The DSL is provided by the `streamz-camel-fs2` artifact which is available for S

resolvers += "krasserm at bintray" at "http://dl.bintray.com/krasserm/maven"

libraryDependencies += "com.github.krasserm" %% "streamz-camel-fs2" % "0.10-M1"
libraryDependencies += "com.github.krasserm" %% "streamz-camel-fs2" % "0.10-M2"

### Configuration

Expand Down
2 changes: 1 addition & 1 deletion streamz-converter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Stream converters convert Akka Stream `Source`s, `Flow`s and `Sink`s to FS2 `Str

resolvers += "krasserm at bintray" at "http://dl.bintray.com/krasserm/maven"

libraryDependencies += "com.github.krasserm" %% "streamz-converter" % "0.10-M1"
libraryDependencies += "com.github.krasserm" %% "streamz-converter" % "0.10-M2"

artifact and can be imported with:

Expand Down

0 comments on commit 4da0033

Please sign in to comment.