From d11371bc1de26c373b7ee7ed953fff41e3a01963 Mon Sep 17 00:00:00 2001 From: Sergei Winitzki Date: Sun, 22 Jan 2017 19:32:07 -0800 Subject: [PATCH] update for release 0.1.6 --- README.md | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75f8c409..d2212b4d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/Chymyst/joinrun-scala.svg?branch=master)](https://travis-ci.org/Chymyst/joinrun-scala) [![Coverage Status](https://codecov.io/gh/Chymyst/joinrun-scala/coverage.svg?branch=master)](https://codecov.io/gh/Chymyst/joinrun-scala?branch=master) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![Version](http://img.shields.io/badge/version-0.1.5-blue.svg?style=flat)](https://github.com/Chymyst/joinrun-scala/releases) +[![Version](http://img.shields.io/badge/version-0.1.6-blue.svg?style=flat)](https://github.com/Chymyst/joinrun-scala/releases) # `JoinRun` and `Chymyst` -- declarative concurrency in Scala @@ -364,7 +364,7 @@ In CSP, non-blocking channels need to be simulated by [additional user code](htt # Status -Current released version is `0.1.5`. +Current released version is `0.1.6`. The semantics of the chemical machine (restricted to single-host, multicore computations) is fully implemented and tested. Unit tests include examples such as concurrent counters, parallel “or”, concurrent merge-sort, and “dining philosophers”. diff --git a/build.sbt b/build.sbt index 6690aaf2..14024479 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ $ sbt val commonSettings = Defaults.coreDefaultSettings ++ Seq( organization := "code.chymyst", - version := "0.1.5", + version := "0.1.6", scalaVersion := "2.11.8", crossScalaVersions := Seq("2.11.5", "2.11.6", "2.11.7", "2.11.8", "2.11.9", "2.12.0", "2.12.1"), resolvers ++= Seq(