Skip to content

Version 0.2.0

Latest
Compare
Choose a tag to compare
@graycampbell graycampbell released this 25 Jun 21:20
· 1 commit to main since this release
2e3a5fb

🚨 Breaking Changes

  • Rename package to Swift Locking (#35)
    • References to the package URL should be changed to "https://github.com/fetch-rewards/swift-locking.git".
    • References to the package product must be changed to .product(name: "Locking", package: "swift-locking").
    • Import statements must be changed to import Locking.

Note

Releases before this version may reference the old repository name: Swift Synchronization.

🐛 Bug Fixes

  • [BREAKING] Rename package to Swift Locking (#35)

📝 Documentation

  • Add SPI badges to README (#28)
  • Fix spelling mistake (#30)
  • Add more issue templates (#31)

🎨 Formatting

  • Remove author from file headers (#29)

📦 Dependencies

  • Update SwiftFormat minimum version and output version in CI (#33)
  • Update SwiftSyntax dependency URL (#36)
  • Update SwiftSyntaxSugar dependency version to 0.1.1 (#39)

🛠️ CI/CD

  • Add CODEOWNERS (#32)
  • Update SwiftFormat minimum version and output version in CI (#33)

Full Changelog