Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Nov 2, 2018
1 parent 53b4e3c commit 9646017
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *Quasar*<br/>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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9646017

Please sign in to comment.