Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Mar 8, 2015
1 parent da55cdc commit 19ff5b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions 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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 19ff5b6

Please sign in to comment.