diff --git a/README.md b/README.md index 708cc1b274..e649549b2b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # *Quasar*
Fibers, Channels and Actors for the JVM -[![Build Status](https://travis-ci.org/puniverse/quasar.svg?branch=master)](https://travis-ci.org/puniverse/quasar) [![Version](http://img.shields.io/badge/version-0.7.10-blue.svg?style=flat)](https://github.com/puniverse/quasar/releases) [![License](http://img.shields.io/badge/license-EPL-blue.svg?style=flat)](https://www.eclipse.org/legal/epl-v10.html) [![License](http://img.shields.io/badge/license-LGPL-blue.svg?style=flat)](https://www.gnu.org/licenses/lgpl.html) +[![Build Status](https://travis-ci.org/puniverse/quasar.svg?branch=master)](https://travis-ci.org/puniverse/quasar) [![Version](http://img.shields.io/badge/version-0.8.0-blue.svg?style=flat)](https://github.com/puniverse/quasar/releases) [![License](http://img.shields.io/badge/license-EPL-blue.svg?style=flat)](https://www.eclipse.org/legal/epl-v10.html) [![License](http://img.shields.io/badge/license-LGPL-blue.svg?style=flat)](https://www.gnu.org/licenses/lgpl.html) ## Getting started @@ -8,16 +8,16 @@ Add the following Maven/Gradle dependencies: | Feature | Artifact |------------------|------------------ -| Core (required) | `co.paralleluniverse:quasar-core:0.7.10[:jdk8]` (for JDK 8 optionally add the `jdk8` classifier) -| Actors | `co.paralleluniverse:quasar-actors:0.7.10` -| Reactive Streams | `co.paralleluniverse:quasar-reactive-streams:0.7.10` -| Disruptor Channels| `co.paralleluniverse:quasar-disruptor:0.7.10` -| Kotlin (JDK8+) | `co.paralleluniverse:quasar-kotlin:0.7.10` +| Core (required) | `co.paralleluniverse:quasar-core:0.8.0` +| Actors | `co.paralleluniverse:quasar-actors:0.8.0` +| Reactive Streams | `co.paralleluniverse:quasar-reactive-streams:0.8.0` +| Disruptor Channels| `co.paralleluniverse:quasar-disruptor:0.8.0` +| Kotlin (JDK8+) | `co.paralleluniverse:quasar-kotlin:0.8.0` Or, build from sources by running: ``` -gradle install +./gradlew install ``` ## Usage diff --git a/build.gradle b/build.gradle index 0e340e0eea..8697bbda79 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ subprojects { } group = "co.paralleluniverse" - version = "0.8.0-SNAPSHOT" + version = "0.8.0" status = "integration" description = "Fibers, Channels and Actors for the JVM" ext.url = "http://puniverse.github.com/quasar" diff --git a/docs/_config.yml b/docs/_config.yml index 6dc7161a32..64b007690e 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,7 +6,7 @@ baseurl: /quasar ## Site globals used throughout docs. project: Quasar -version: 0.7.10 +version: 0.8.0 github: puniverse/quasar google_group: "https://groups.google.com/forum/#!forum/quasar-pulsar-user" ga_tracking_id: UA-25007319-2 diff --git a/docs/index.md b/docs/index.md index c043cedda3..78c1f42077 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,7 +29,7 @@ A core component of Quasar, bytecode instrumentation, is a fork of the wonderful ## News -### November, 2018 +### November 2, 2018 Quasar [0.8.0](https://github.com/puniverse/quasar/releases/tag/v0.8.0) has been released.