Procházet zdrojové kódy

GoogleUtilities 5.3.7 (#2258)

Paul Beusterien před 7 roky
rodič
revize
feadeec161
2 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 1 1
      GoogleUtilities.podspec
  2. 3 0
      GoogleUtilities/CHANGELOG.md

+ 1 - 1
GoogleUtilities.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'GoogleUtilities'
-  s.version          = '5.3.6'
+  s.version          = '5.3.7'
   s.summary          = 'Google Utilities for iOS (plus community support for macOS and tvOS)'
 
   s.description      = <<-DESC

+ 3 - 0
GoogleUtilities/CHANGELOG.md

@@ -1,6 +1,9 @@
 # Unreleased
+
+# 5.3.7
 - Fixed `pod lib lint GoogleUtilities.podspec --use-libraries` regression. (#2130)
 - Fixed macOS conditional check in UserDefaults. (#2245)
+- Migrate to clang-format 8.0.0. (#2222)
 
 # 5.3.6
 - Fix nullability issues. (#2079)