Releases: attaswift/SipHash
Releases · attaswift/SipHash
1.2.2
1.2.1
This release contains the following change:
- Fixed a bug which resulted in a compilation error for Swift 4.1 on Linux.
1.2.0
This release contains the following changes:
- The package requires Swift 4.
SipHasher
now has a method for appending slices ofUnsafeRawBufferPointer
s.- In the supplied Xcode project, bundle identifiers have been updated. The new ones start with
org.attaswift.
.
Note that the URL to the package's Git repository has changed; please update your references.
1.1.2
1.1.1
1.1.0
This release contains the following changes:
SipHasher
now supports appending optional values directly.- The deployment target for Carthage and standalone builds was set back to iOS 8.0 and macOS 10.9,
the earliest possible OS versions for Swift frameworks. This change does not affect CocoaPod builds, which
already had the same settings.