Skip to content

Commit

Permalink
Prepare for release 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Tudone committed May 2, 2016
1 parent 08583f1 commit 8ee2f2f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 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) [![Dependency Status](https://www.versioneye.com/user/projects/52b019baec1375ace70000de/badge.png?style=flat)](https://www.versioneye.com/user/projects/52b019baec1375ace70000de) [![Version](http://img.shields.io/badge/version-0.7.4-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) [![Dependency Status](https://www.versioneye.com/user/projects/52b019baec1375ace70000de/badge.png?style=flat)](https://www.versioneye.com/user/projects/52b019baec1375ace70000de) [![Version](http://img.shields.io/badge/version-0.7.5-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,12 +8,12 @@ Add the following Maven/Gradle dependencies:

| Feature | Artifact
|------------------|------------------
| Core (required) | `co.paralleluniverse:quasar-core:0.7.4[:jdk8]` (for JDK 8 optionally add the `jdk8` classifier)
| Actors | `co.paralleluniverse:quasar-actors:0.7.4`
| Clustering | `co.paralleluniverse:quasar-galaxy:0.7.4`
| Reactive Streams | `co.paralleluniverse:quasar-reactive-streams:0.7.4`
| Disruptor Channels| `co.paralleluniverse:quasar-disruptor:0.7.4`
| Kotlin | `co.paralleluniverse:quasar-kotlin:0.7.4`
| Core (required) | `co.paralleluniverse:quasar-core:0.7.5[:jdk8]` (for JDK 8 optionally add the `jdk8` classifier)
| Actors | `co.paralleluniverse:quasar-actors:0.7.5`
| Clustering | `co.paralleluniverse:quasar-galaxy:0.7.5`
| Reactive Streams | `co.paralleluniverse:quasar-reactive-streams:0.7.5`
| Disruptor Channels| `co.paralleluniverse:quasar-disruptor:0.7.5`
| Kotlin | `co.paralleluniverse:quasar-kotlin:0.7.5`

Or, build from sources by running:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ subprojects {
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

group = "co.paralleluniverse"
version = "0.7.5-SNAPSHOT"
version = "0.7.5"
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.4
version: 0.7.5
github: puniverse/quasar
google_group: "https://groups.google.com/forum/#!forum/quasar-pulsar-user"
ga_tracking_id: UA-25007319-2
Expand Down
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ A core component of Quasar, bytecode instrumentation, is a fork of the wonderful

## News

### May 2, 2016

Quasar [0.7.5](https://github.com/puniverse/quasar/releases/tag/v0.7.5) has been released.

### January 18, 2016

Quasar [0.7.4](https://github.com/puniverse/quasar/releases/tag/v0.7.4) has been released.
Expand Down

0 comments on commit 8ee2f2f

Please sign in to comment.