Skip to content

Releases: CocoaPods/Core

0.39.0

09 Oct 19:10
Compare
Choose a tag to compare

This version only introduces changes in the CocoaPods gem.

0.39.0.rc.1 (2015-10-05)

Enhancements
  • Podfiles now have a checksum property that reflects the internal state of
    the Podfile.
    Samuel Giddins

0.39.0.beta.5 (2015-10-01)

Breaking
  • Activesupport 4 is now required, breaking compatibility with applications
    locked to 3.x.y.
Bug Fixes
  • Fixes crash when using plugins where activesupport 4 was not installed.
    Delisa Mason
    #266
Enhancements

0.39.0.beta.4 (2015-09-02)

This version only introduces changes in the CocoaPods gem.

0.39.0.beta.3 (2015-08-28)

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

0.39.0.beta.2 (2015-08-27)

Bug Fixes

0.39.0.beta.1 (2015-08-26)

Enhancements

0.39.0.rc.1

05 Oct 20:32
Compare
Choose a tag to compare
0.39.0.rc.1 Pre-release
Pre-release
Enhancements
  • Podfiles now have a checksum property that reflects the internal state of
    the Podfile.
    Samuel Giddins

0.39.0.beta.5 (2015-10-01)

Breaking
  • Activesupport 4 is now required, breaking compatibility with applications
    locked to 3.x.y.
Bug Fixes
  • Fixes crash when using plugins where activesupport 4 was not installed.
    Delisa Mason
    #266
Enhancements

0.39.0.beta.4 (2015-09-02)

This version only introduces changes in the CocoaPods gem.

0.39.0.beta.3 (2015-08-28)

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

0.39.0.beta.2 (2015-08-27)

Bug Fixes

0.39.0.beta.1 (2015-08-26)

Enhancements

0.39.0.beta.5

01 Oct 22:34
Compare
Choose a tag to compare
0.39.0.beta.5 Pre-release
Pre-release
Breaking
  • Activesupport 4 is now required, breaking compatibility with applications
    locked to 3.x.y.
Bug Fixes
  • Fixes crash when using plugins where activesupport 4 was not installed.
    Delisa Mason
    #266
Enhancements

0.39.0.beta.4 (2015-09-02)

This version only introduces changes in the CocoaPods gem.

0.39.0.beta.3 (2015-08-28)

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

0.39.0.beta.2 (2015-08-27)

Bug Fixes

0.39.0.beta.1 (2015-08-26)

Enhancements

0.39.0.beta.4

02 Sep 05:25
Compare
Choose a tag to compare
0.39.0.beta.4 Pre-release
Pre-release

This version only introduces changes in the CocoaPods gem.

0.39.0.beta.3 (2015-08-28)

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

0.39.0.beta.2 (2015-08-27)

Bug Fixes

0.39.0.beta.1 (2015-08-26)

Enhancments

0.39.0.beta.3

28 Aug 05:48
Compare
Choose a tag to compare
0.39.0.beta.3 Pre-release
Pre-release
Bug Fixes
  • This release fixes a file permissions error when using the RubyGem.
    Samuel Giddins

0.39.0.beta.2 (2015-08-27)

Bug Fixes

0.39.0.beta.1 (2015-08-26)

Enhancments

0.39.0.beta.2

27 Aug 03:38
Compare
Choose a tag to compare
0.39.0.beta.2 Pre-release
Pre-release
Bug Fixes

0.39.0.beta.1 (2015-08-26)

Enhancments

0.39.0.beta.1

26 Aug 06:56
Compare
Choose a tag to compare
0.39.0.beta.1 Pre-release
Pre-release
Enhancments

0.38.2

26 Jul 04:48
Compare
Choose a tag to compare
Bug Fixes
  • The major, minor, and patch properties of versions will now always
    return a number.
    Samuel Giddins

0.38.1

24 Jul 06:31
Compare
Choose a tag to compare

This version only introduces changes in the CocoaPods gem.

0.38.0

18 Jul 19:29
Compare
Choose a tag to compare

This version only introduces changes in the CocoaPods gem.

0.38.0.beta.2

Bug Fixes
  • All string values written via the Podspec Ruby DSL will automatically have
    extraneous spaces stripped.
    Samuel Giddins
    #239

0.38.0.beta.1

Breaking
  • Deprecate the xcconfig attribute in the Podspec DSL, which is replaced by
    the new attributes pod_target_xcconfig and user_target_xcconfig.
    Marius Rackwitz
    CocoaPods#3465
Enhancements