Skip to content

Swift Collections 1.0.5

Compare
Choose a tag to compare
@lorentey lorentey released this 03 Oct 04:37
· 39 commits to release/1.0 since this release
a902f18

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

Full Changelog: 1.0.4...1.0.5

Thank you to everyone who contributed to this release!