Skip to content

Commit

Permalink
update for release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
winitzki committed Jan 25, 2017
1 parent 7ff9db6 commit 5c4e421
Showing 1 changed file with 2 additions and 2 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.6-blue.svg?style=flat)](https://github.com/Chymyst/joinrun-scala/releases)
[![Version](http://img.shields.io/badge/version-0.1.7-blue.svg?style=flat)](https://github.com/Chymyst/joinrun-scala/releases)

# `Chymyst` -- declarative concurrency in Scala

Expand Down Expand Up @@ -365,7 +365,7 @@ In CSP, non-blocking channels need to be simulated by [additional user code](htt

# Status

Current released version is `0.1.6`.
Current released version is `0.1.7`.
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

0 comments on commit 5c4e421

Please sign in to comment.