diff --git a/Changes b/Changes index 99329a0..1f86553 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,15 @@ +v0.1.2 2015-03-07 +-------------------- +Changes: +* Only parse errors from the main iTMSTransporter thread + +Enhancements: +* Look for the iTMSTransporter at known locations on OS X + v0.1.1 2013-08-14 -------------------- -Changes: -* Added post_install_message letting Windows users know they need to modify iTMSTransporter.CMD +Changes: +* Added post_install_message letting Windows users know they need to modify iTMSTransporter.CMD * Transporter is now a module, new() returns an instance of ITMSTransporter Bug fixes: @@ -22,7 +30,7 @@ Enhancements: * `itms` added --no-config option * `itms` allow boolean options to be set to false via --no-XXXX, e.g., --no-print-stderr -Bug Fixes: +Bug Fixes: * `itms status` passed the wrong arguments to the underlying method * `itms` failed when the config file was empty * Verify command :verify_assets => true would disable asset verification diff --git a/lib/itunes/store/transporter/version.rb b/lib/itunes/store/transporter/version.rb index c6f6722..f37515b 100644 --- a/lib/itunes/store/transporter/version.rb +++ b/lib/itunes/store/transporter/version.rb @@ -1,7 +1,7 @@ module ITunes module Store module Transporter - VERSION = "0.1.2beta" + VERSION = "0.1.2" end end end