You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Releasing is now a separate tag-triggered workflow that verifies the tag against the project version before publishing. Version tags are immutable.
Development tooling: Ruby 3.4 / Bundler 2.7, gems updated to clear all outstanding Dependabot alerts.
Fixed
The README example that applied idnaEncoded to a full URL (which mangles the scheme into the first label) now encodes the host component correctly (#8).
Deprecated
Carthage support is best-effort and no longer CI-verified.
Removed
CocoaPods publishing: 3.0.0 is the last version available as the TLDExtractSwift pod (the trunk becomes read-only on 2026-12-02 anyway). Later versions are distributed via Swift Package Manager (and Carthage on a best-effort basis). The podspec, the pod lint CI job, and the trunk push in the release workflow are removed.