Skip to content

Commit

Permalink
Merge pull request #173 from devoncarew/devoncarew_rev_version
Browse files Browse the repository at this point in the history
rev to 0.6.0
  • Loading branch information
devoncarew committed Jul 1, 2014
2 parents ca22aff + c16fa06 commit 77b1265
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog - chrome.dart

## 0.6.0 2014-07-01 (SDK 1.5.1 r37644)

- Updated the APIs to M35 (current Chrome stable)
- Added the `chrome.bluetoothLowEnergy` API
- Added the `chrome.bluetoothSocket` API
- Added the `chrome.commands` API
- Added the `chrome.hid` API

## 0.5.6 2014-04-29 (SDK 1.4.0-dev.4.0 r35362)

- Added speculative performance fix for array performance issue
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: chrome
version: 0.5.7
version: 0.6.0
environment:
sdk: ">=1.0.0 <2.0.0"
authors:
Expand All @@ -18,4 +18,4 @@ dev_dependencies:
parsers: ">=0.13.7"
path: any
unittest: any
unscripted: ">=0.3.0 <0.4.0"
unscripted: ">=0.4.0 <0.5.0"
1 change: 1 addition & 0 deletions tool/changelog.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo `date +%Y-%m-%d` \(SDK `cat /Applications/dart/dart-sdk/version ` r`cat /Applications/dart/dart-sdk/revision `\)

0 comments on commit 77b1265

Please sign in to comment.