This bugfix release improves compatibility with recent Swift versions, eliminating several compiler warnings on Swift 5.8 and 5.9. It contains no API-level changes.
What's Changed
- build: add ARM64 to the architecture mappings for Windows by @compnerd in #265
- Fix deprecated UnsafeMutablePointer.assign(repeating:count) method by @FelixHerrmann in #268
- [1.0][test] Fix typename shadowing warning in Swift 5.9 by @lorentey in #315
- [1.0][benchmark] Update std::function syntax for current C++ by @lorentey in #314
New Contributors
- @FelixHerrmann made their first contribution in #268
Full Changelog: 1.0.4...1.0.5
Thank you to everyone who contributed to this release!