High Level
This release drops support for Swift versions prior to 6.0 and adds Sendable where necessary to support Swift Concurrency. It's possible some Sendable conformances were missed in this first release. Please report problems with using the library in a project that takes advantage of Swift Concurrency and I will address them in patch versions to follow.
What's Changed
- Add test that shows a custom generic included type of resource by @mattpolzin in #121
- switch from google colab examples to markdown by @mattpolzin in #122
- update swift version shield and build/tests shield by @mattpolzin in #123
- remove support for non-SwiftPM package managers. require Swift 6.0+. by @mattpolzin in #124
Full Changelog: 5.3.1...6.0.0