Skip to content

Commit

Permalink
Merge branch 'release/3.0.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Karel Kalthoff committed Aug 19, 2016
2 parents 9d864d3 + 3b3bfe8 commit 1403d2e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Bean-iOS-OSX-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "Bean-iOS-OSX-SDK"
s.version = "2.2.0"
s.version = "3.0.0"
s.summary = "Punch Through Design's SDK for speeding up development with the LightBlue Bean development platform"
s.homepage = "https://github.com/PunchThrough/Bean-iOS-OSX-SDK"
s.license = { :type => "MIT", :file => "LICENSE.txt" }
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@
__/ | SDK for iOS and OS X
|___/

---------------------------------
3.0.0
Released on 2016-08-19
---------------------------------
App Message Definitions: master/22a7dea (2016-03-28)
Bean Test Firmware: 201606030000 (2016-06-03)
Bean+ Test Firmware: 201608170000 (2016-08-17)
---------------------------------

FEATURES:
* Updated firmware for Bean+

IMPROVEMENTS:
* Removed [PTDUtils:parseLeadingInteger:]
* Removed deprecated [PTDBean:eraseSketchWithHandler:]; use
[Bean:setArduinoPowerState:] instead
* Updated API for:
* [PTDBean:updateFirmwareWithImages:andTargetVersion:]
* [PTDBean:firmwareUpdateAvailable:error:]
* [PTDFirmwareHelper:firmwareUpdateRequiredForBean:
availableFirmware:withError:]
pass in NSString instead of NSInteger

BUG FIXES:
* Fixed incorrect firmware version parsing on 32-bit devices

---------------------------------
2.2.0
Released on 2016-08-11
Expand Down

0 comments on commit 1403d2e

Please sign in to comment.