Sfoglia il codice sorgente

Bump version to 0.6.9. Update Changelog.

Marcin Krzyżanowski 8 anni fa
parent
commit
85c659ac53
3 ha cambiato i file con 8 aggiunte e 2 eliminazioni
  1. 6 0
      CHANGELOG
  2. 1 1
      CryptoSwift.podspec
  3. 1 1
      Sources/CryptoSwift/Info.plist

+ 6 - 0
CHANGELOG

@@ -1,3 +1,9 @@
+0.6.9
+- Fixed padding issue where padding was not properly added in CTR mode.
+- Fixed thrown error on decrypting empty string,
+- Fixed CI build script.
+- Added String.encryptToBase64()
+
 0.6.8
 - Speed up MD5()
 - Faster Array(hex:)

+ 1 - 1
CryptoSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "0.6.8"
+  s.version      = "0.6.9"
   s.summary      = "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES."
   s.description  = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, PBKDF1, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, 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.8</string>
+	<string>0.6.9</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>