Ver código fonte

v 1.3.1 release update

Marcin Krzyzanowski 5 anos atrás
pai
commit
39f08ac526
4 arquivos alterados com 8 adições e 3 exclusões
  1. 1 1
      .travis.yml
  2. 5 0
      CHANGELOG
  3. 1 1
      CryptoSwift.podspec
  4. 1 1
      config/Project-Shared.xcconfig

+ 1 - 1
.travis.yml

@@ -6,7 +6,7 @@ matrix:
          dist: trusty
          sudo: required
        - os: osx
-         osx_image: xcode11.3
+         osx_image: xcode11.4
 install:
     - eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
 script:

+ 5 - 0
CHANGELOG

@@ -1,3 +1,8 @@
+1.3.1
+- Fix tests
+- Swift 5.2 update
+- Address possible timing issue
+
 1.3.0
 - Adds ISO-78164 padding
 - Performance improvements

+ 1 - 1
CryptoSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "1.3.0"
+  s.version      = "1.3.1"
   s.source       = { :git => "https://github.com/krzyzanowskim/CryptoSwift.git", :tag => "#{s.version}" }
   s.summary      = "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, CMAC, HDKF, Scrypt, ChaCha20, Rabbit, Blowfish, AES."
   s.description  = "Cryptography functions and helpers for Swift implemented in Swift. SHA-1, SHA-2, SHA-3, MD5, PBKDF1, PBKDF2, Scrypt, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES"

+ 1 - 1
config/Project-Shared.xcconfig

@@ -5,7 +5,7 @@
 // https://github.com/dempseyatgithub/BuildSettingExtractor
 //
 
-MARKETING_VERSION = 1.3.0
+MARKETING_VERSION = 1.3.1
 
 SUPPORTED_PLATFORMS = iphonesimulator iphoneos macosx appletvos watchos appletvsimulator watchsimulator