Skip to content

Latest commit

 

History

History
364 lines (211 loc) · 8.24 KB

CHANGELOG.md

File metadata and controls

364 lines (211 loc) · 8.24 KB

Master

Enhancements
  • None.
Bug Fixes
  • None.

1.4.1 (2019-09-26)

Enhancements
  • None.
Bug Fixes

1.4.0 (2019-08-21)

Enhancements
  • None.
Bug Fixes
  • Update to get the master spec repo from Source::Manager for validation - effectively use the new CDN TrunkSource for podspec validation and not a hard-coded URL
    Igor Makarov #132 CocoaPods#9112

1.3.1 (2018-08-16)

Enhancements
  • None.
Bug Fixes
  • None.

1.3.0 (2017-10-02)

Enhancements
Bug Fixes
  • None.

1.2.0 (2017-04-11)

Enhancements
  • None.
Bug Fixes

1.1.2 (2016-12-17)

Enhancements
  • None.
Bug Fixes

1.1.1 (2016-10-20)

Enhancements
  • None.
Bug Fixes
  • Support submitting from multiple versions of CocoaPods.
    Samuel Giddins

1.1.0 (2016-10-19)

Enhancements
  • Passes the pod's version of Swift used for deployment to the CocoaPods Specs repo
    Orta #92

  • Prettier success message when successfully pushed a new version Marin #76

Bug Fixes
  • None.

1.1.0.beta.1 (2016-10-10)

Enhancements
Bug Fixes
  • None.

1.0.0 (2016-05-10)

Enhancements
  • None.
Bug Fixes

1.0.0.rc.1 (2016-04-30)

Enhancements
  • Make the error loading a specification during pod trunk push more informative.
    Samuel Giddins #63
Bug Fixes
  • None.

1.0.0.beta.4 (2016-04-15)

Enhancements
  • None.
Bug Fixes

1.0.0.beta.3 (2016-04-14)

Enhancements
Bug Fixes
  • None.

1.0.0.beta.2 (2016-02-03)

Bug Fixes

1.0.0.beta.1 (2015-12-30)

Enhancements
  • The pod deprecate PODNAME command has been added to deprecate all versions of a pod.
    Samuel Giddins #31

  • The pod delete PODNAME VERSION command has been added to delete a single version of a pod.
    Samuel Giddins

Bug Fixes
  • If the master repo has not been setup when pushing a spec, run pod setup instead of failing.
    Samuel Giddins #48

0.6.4 (2015-08-28)

Bug Fixes
  • This release fixes installation compatibility issues when using the RubyGem due to an incompatible dependency on nap.
    Samuel Giddins

0.6.3 (2015-08-28)

Bug Fixes
  • This release fixes a file permissions error when using the RubyGem.
    Samuel Giddins

0.6.2 (2015-08-26)

Enhancements

0.6.1 (2015-05-27)

Enhancements
  • The master specs repo is updated before and after pushing a new spec to trunk.
    Samuel Giddins #43

0.6.0 (2015-03-11)

Enhancements

0.5.1 (2015-02-25)

Enhancements
  • Lint as a framework automatically. If needed, the --use-libraries option allows linting as a static library.
    Boris Bügling #2912
Bug Fixes
  • Fix the detection of spec validation errors, and present the proper error (and messages) to the user.
    Orta Therox #39

0.5.0 (2014-12-25)

Enhancements
  • Added pod trunk remove-owner command to remove an owner from a pod.
    Samuel Giddins #35

  • Added pod trunk info command to get information for a pod, including the owners.
    Kyle Fuller #15

0.4.1 (2014-11-19)

Enhancements
  • Improved code readability and structure by splitting subcommands into individual files.
    Olivier Halligon #21
Bug Fixes

0.4.0 (2014-11-06)

Bug Fixes

0.3.1 (2014-10-15)

Bug Fixes

0.3.0 (2014-10-07)

Enhancements
  • When linting, only allow dependencies from the 'master' specs repository.
    Samuel Giddins #28
Bug Fixes
  • Fixes an issue where pod trunk push doesn't show which validation errors and just stated it failed.
    Kyle Fuller #26

0.2.0 (2014-09-11)

Enhancements

0.1.0 (2014-05-19)

  • Initial release.