Skip to content

Latest commit

History

History
27 lines (19 loc) 路 1.53 KB

CHANGELOG.md

File metadata and controls

27 lines (19 loc) 路 1.53 KB

Changelog

Unreleased

0.5.0

What's Changed

  • Fixes broken links in README by @csjones in #9
  • docs: add csjones as a contributor for content by @allcontributors in #10
  • chore(deps): update dependency apple/swift-log to from: "1.5.3" by @renovate in #11
  • chore(deps): update actions/checkout action to v4 by @renovate in #13
  • chore(deps): update dependency swift-server/async-http-client to from: "1.19.0" by @renovate in #12
  • chore(deps): update dependency apple/swift-tools-support-core to from: "0.6.1" by @renovate in #14
  • aarch64 support by @jagreenwood in #16

New Contributors

  • @csjones made their first contribution in #9
  • @allcontributors made their first contribution in #10
  • @jagreenwood made their first contribution in #16

Full Changelog: https://github.com/tuist/SwiftyTailwind/compare/0.4.0...0.5.0

0.4.0

Changed

  • Don't start tailwind in a new process to ensure it gets killed when the Swift process (parent process) exits Commit by @pepicrft