浏览代码

Release 1.5.0

Marcin Krzyzanowski 3 年之前
父节点
当前提交
77ed40336d
共有 5 个文件被更改,包括 8 次插入3 次删除
  1. 4 0
      CHANGELOG
  2. 1 0
      CONTRIBUTORS.txt
  3. 1 1
      CryptoSwift.podspec
  4. 1 1
      README.md
  5. 1 1
      config/Project-Shared.xcconfig

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+1.5.0
+- RSA (@NathanFallet)
+- Workaround for Xcode 13.3.1
+
 1.4.3
 - Fix PCBC mode.
 

+ 1 - 0
CONTRIBUTORS.txt

@@ -70,6 +70,7 @@ organizations who have contributed source code to CryptoSwift.
 - Matthew Chung <matthewchung74@gmail.com>
 - Michael Ledin <m.ledin@appheads.ru>
 - Michael Redig <mredig@gmail.com>
+- Mikael LE GOFF <mikael@mercari.com>
 - Mo Ramezanpoor <me@mohsenr.com>
 - Nate West <nwest@detroitlabs.com>
 - Nathan Fallet <contact@nathanfallet.me>

+ 1 - 1
CryptoSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "1.4.3"
+  s.version      = "1.5.0"
   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
README.md

@@ -122,7 +122,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", .upToNextMajor(from: "1.4.3"))
+.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMajor(from: "1.5.0"))
 ```
 
 See: [Package.swift - manual](http://blog.krzyzanowskim.com/2016/08/09/package-swift-manual/)

+ 1 - 1
config/Project-Shared.xcconfig

@@ -1,4 +1,4 @@
-MARKETING_VERSION = 1.4.3
+MARKETING_VERSION = 1.5.0
 
 SUPPORTED_PLATFORMS = iphonesimulator iphoneos macosx appletvos watchos appletvsimulator watchsimulator