NathanFallet 1 ヶ月 前
コミット
69cd9a5f3c
4 ファイル変更20 行追加4 行削除
  1. 16 0
      CHANGELOG
  2. 1 1
      CryptoSwift.podspec
  3. 2 2
      README.md
  4. 1 1
      config/Project-Shared.xcconfig

+ 16 - 0
CHANGELOG

@@ -1,3 +1,19 @@
+1.8.5
+- Update README.md by @donatik27 in #1059
+- Add Android support by @marcprux in #1065
+- chore: fix some typos in comment by @sunxunle in #1068
+- fix: typos in documentation files by @vtjl10 in #1066
+- fix: typos in documentation files by @kilavvy in #1071
+- docs: fix typos by @RekCuy63 in #1072
+- fix: externalRepresentation condition to validate if key is private should be d not prime by @beatt83 in #1060
+
+1.8.4
+- Docs fix spelling issues by @nnsW3 in #1053
+- chore: fix some comments by @dropbigfish in #1050
+- docs fix spelling issues by @Guayaba221 in #1056
+- Support for Static Linux SDK Based on Musl Instead of Glibc by @AnneBlair in #1058
+- Use .sha2(.sha256) for PBKDF2 in readme by @sjudd in #1061
+
 1.8.3
 - Remove whitespace from the filename to please bezel build system
 - minors

+ 1 - 1
CryptoSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "1.8.4"
+  s.version      = "1.8.5"
   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, RSA."
   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, RSA"

+ 2 - 2
README.md

@@ -131,7 +131,7 @@ It is recommended to enable [Whole-Module Optimization](https://swift.org/blog/w
 You can use [Swift Package Manager](https://swift.org/package-manager/) and specify dependency in `Package.swift` by adding this:
 
 ```swift
-.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.8.3")
+.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.8.5")
 ```
 
 See: [Package.swift - manual](https://blog.krzyzanowskim.com/2016/08/09/package-swift-manual/)
@@ -143,7 +143,7 @@ Notice: Swift Package Manager uses debug configuration for debug Xcode build, th
 You can use [CocoaPods](https://cocoapods.org/pods/CryptoSwift).
 
 ```ruby
-pod 'CryptoSwift', '~> 1.8.3'
+pod 'CryptoSwift', '~> 1.8.5'
 ```
 
 Bear in mind that CocoaPods will build CryptoSwift without [Whole-Module Optimization](https://swift.org/blog/whole-module-optimizations/) that may impact performance. You can change it manually after installation, or use [cocoapods-wholemodule](https://github.com/jedlewison/cocoapods-wholemodule) plugin.

+ 1 - 1
config/Project-Shared.xcconfig

@@ -1,4 +1,4 @@
-MARKETING_VERSION = 1.8.4
+MARKETING_VERSION = 1.8.5
 
 SUPPORTED_PLATFORMS = iphonesimulator iphoneos macosx appletvos watchos appletvsimulator watchsimulator xrsimulator xros