Skip to content

Commit

Permalink
Unlimit 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
biocross committed Jan 12, 2020
1 parent 346754e commit cde40e7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [0.0.9](https://github.com/biocross/unlimit/releases/tag/0.0.9)

Released on 2020-01-12. First 2020 Release! 馃帀

#### Added

- Shows an error if no codesigning identities are found
- Support for Apple Developer Accounts
- Sample project to try unlimit

#### Fixed

- Improved detection of Personal Team
- Updated Dependencies

## [0.0.8](https://github.com/biocross/unlimit/releases/tag/0.0.8)

Released on 2019-10-28.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
unlimit (0.0.8)
unlimit (0.0.9)
configure_extensions
fastlane (>= 2.116.0)
highline
Expand Down
16 changes: 9 additions & 7 deletions SampleApp/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
unlimit (0.0.8)
unlimit (0.0.9)
configure_extensions
fastlane (>= 2.116.0)
highline
Expand Down Expand Up @@ -46,7 +46,7 @@ GEM
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.7)
fastlane (2.139.0)
fastlane (2.140.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
Expand Down Expand Up @@ -84,19 +84,21 @@ GEM
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
gh_inspector (1.1.3)
google-api-client (0.36.3)
google-api-client (0.36.4)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 0.9)
httpclient (>= 2.8.1, < 3.0)
mini_mime (~> 1.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
signet (~> 0.12)
google-cloud-core (1.4.1)
google-cloud-core (1.5.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.3.0)
faraday (~> 0.11)
google-cloud-storage (1.25.0)
google-cloud-errors (1.0.0)
google-cloud-storage (1.25.1)
addressable (~> 2.5)
digest-crc (~> 0.4)
google-api-client (~> 0.33)
Expand All @@ -119,9 +121,9 @@ GEM
json (2.3.0)
jwt (2.1.0)
memoist (0.16.2)
mini_magick (4.9.5)
mini_magick (4.10.1)
mini_mime (1.0.2)
minitest (5.13.0)
minitest (5.14.0)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/unlimit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Unlimit
VERSION = "0.0.8"
VERSION = "0.0.9"
end

0 comments on commit cde40e7

Please sign in to comment.