Przeglądaj źródła

Bump version 0.6.3

Marcin Krzyżanowski 8 lat temu
rodzic
commit
0a9fc3b42e
3 zmienionych plików z 6 dodań i 2 usunięć
  1. 4 0
      CHANGELOG
  2. 1 1
      CryptoSwift.podspec
  3. 1 1
      Sources/CryptoSwift/Info.plist

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+0.6.3
+- Hotfix release
+- Fixes bitPadding() that breaks Digests calculations, introduced in 0.6.2
+
 0.6.2
 - SHA performance improvements by using less Swift in Swift
 - Fix public access to all digests classes

+ 1 - 1
CryptoSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "0.6.2"
+  s.version      = "0.6.3"
   s.summary      = "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, ChaCha20, Rabbit, AES."
   s.description  = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, PBKDF1, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES."
   s.homepage     = "https://github.com/krzyzanowskim/CryptoSwift"

+ 1 - 1
Sources/CryptoSwift/Info.plist

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