Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Commit

Permalink
version 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertes committed Nov 22, 2016
1 parent 5635edf commit 5ee4d31
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [0.6.7](https://github.com/skale-me/skale-engine/tree/0.6.7) (2016-11-22)
[Full Changelog](https://github.com/skale-me/skale-engine/compare/0.6.6...0.6.7)

**Merged pull requests:**

- Document standalone and distributed modes [\#105](https://github.com/skale-me/skale-engine/pull/105) ([mvertes](https://github.com/mvertes))
- Distributed mode: Implement peer-to-peer through HTTP for shuffle data transfer [\#104](https://github.com/skale-me/skale-engine/pull/104) ([mvertes](https://github.com/mvertes))
- Improve traces and file transfer. [\#103](https://github.com/skale-me/skale-engine/pull/103) ([mvertes](https://github.com/mvertes))
- Improve task scheduling [\#102](https://github.com/skale-me/skale-engine/pull/102) ([mvertes](https://github.com/mvertes))
- Fix mocha dependency. Skip yarn files. [\#101](https://github.com/skale-me/skale-engine/pull/101) ([mvertes](https://github.com/mvertes))

## [0.6.6](https://github.com/skale-me/skale-engine/tree/0.6.6) (2016-11-04)
[Full Changelog](https://github.com/skale-me/skale-engine/compare/0.6.5...0.6.6)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skale-engine",
"version": "0.6.6",
"version": "0.6.7",
"license": "Apache-2.0",
"description": "parallel and distributed data processing engine",
"main": "index.js",
Expand Down

0 comments on commit 5ee4d31

Please sign in to comment.