Răsfoiți Sursa

Bump to 0.13.1. Update CHANGELOG

Marcin Krzyzanowski 6 ani în urmă
părinte
comite
c5ee516c96
3 a modificat fișierele cu 7 adăugiri și 3 ștergeri
  1. 5 1
      CHANGELOG
  2. 1 1
      CryptoSwift.podspec
  3. 1 1
      Sources/CryptoSwift/Info.plist

+ 5 - 1
CHANGELOG

@@ -1,5 +1,9 @@
+0.13.1
+- Adds AES-GCM tag length configuration.
+- Fixes count check for initializing UInt64 from Data.
+
 0.13.0
-- Adds CBC-MAC authenticator
+- Adds CBC-MAC authenticator.
 - Adds AES-CCM operation mode.
 
 0.12.0

+ 1 - 1
CryptoSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "0.13.0"
+  s.version      = "0.13.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, ChaCha20, Rabbit, Blowfish, AES."
   s.description  = "Cryptography functions and helpers for Swift implemented in Swift. SHA-1, SHA-2, SHA-3, MD5, PBKDF1, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES"

+ 1 - 1
Sources/CryptoSwift/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.13.0</string>
+	<string>0.13.1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>