diff --git a/changelog.md b/changelog.md index 588612e0..384bcc00 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 445d01a6..547bf6e0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: chrome -version: 0.5.7 +version: 0.6.0 environment: sdk: ">=1.0.0 <2.0.0" authors: @@ -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" diff --git a/tool/changelog.sh b/tool/changelog.sh new file mode 100755 index 00000000..606045a6 --- /dev/null +++ b/tool/changelog.sh @@ -0,0 +1 @@ +echo `date +%Y-%m-%d` \(SDK `cat /Applications/dart/dart-sdk/version ` r`cat /Applications/dart/dart-sdk/revision `\)