From 7d73345243688c3388f7e130a4f536adcea453a6 Mon Sep 17 00:00:00 2001 From: pron Date: Wed, 24 May 2017 20:28:47 +0300 Subject: [PATCH] :green_heart: Prepare release 0.7.8 --- README.md | 14 +++++++------- build.gradle | 2 +- docs/_config.yml | 2 +- docs/index.md | 4 ++++ 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6bdf778db9..6298958afe 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) [![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.7-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.8-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,12 +8,12 @@ Add the following Maven/Gradle dependencies: | Feature | Artifact |------------------|------------------ -| Core (required) | `co.paralleluniverse:quasar-core:0.7.7[:jdk8]` (for JDK 8 optionally add the `jdk8` classifier) -| Actors | `co.paralleluniverse:quasar-actors:0.7.7` -| Clustering | `co.paralleluniverse:quasar-galaxy:0.7.7` -| Reactive Streams | `co.paralleluniverse:quasar-reactive-streams:0.7.7` -| Disruptor Channels| `co.paralleluniverse:quasar-disruptor:0.7.7` -| Kotlin | `co.paralleluniverse:quasar-kotlin:0.7.7` +| Core (required) | `co.paralleluniverse:quasar-core:0.7.8[:jdk8]` (for JDK 8 optionally add the `jdk8` classifier) +| Actors | `co.paralleluniverse:quasar-actors:0.7.8` +| Clustering | `co.paralleluniverse:quasar-galaxy:0.7.8` +| Reactive Streams | `co.paralleluniverse:quasar-reactive-streams:0.7.8` +| Disruptor Channels| `co.paralleluniverse:quasar-disruptor:0.7.8` +| Kotlin | `co.paralleluniverse:quasar-kotlin:0.7.8` Or, build from sources by running: diff --git a/build.gradle b/build.gradle index d22fa2379f..21dd776070 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ subprojects { } group = "co.paralleluniverse" - version = "0.7.8-SNAPSHOT" + version = "0.7.8" 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 2d1e030bf5..f4ac31efd2 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.7 +version: 0.7.8 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 08cbf5a0df..89272050e4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,6 +30,10 @@ A core component of Quasar, bytecode instrumentation, is a fork of the wonderful ## News +### May 24, 2017 + +Quasar [0.7.8](https://github.com/puniverse/quasar/releases/tag/v0.7.8) has been released. + ### December 2, 2016 Quasar [0.7.7](https://github.com/puniverse/quasar/releases/tag/v0.7.7) has been released.