Skip to content

Commit

Permalink
update for release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
winitzki committed Jan 23, 2017
1 parent ada6a04 commit d11371b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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”.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d11371b

Please sign in to comment.