Skip to content

0.4.0 (Nov 22, 2023)

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 06:47
· 94 commits to main since this release

Breaking Change

  • LicenseList has ended support for iOS 13.

Modifications

  • Refactoring SourcePackagesNotfoundError by @Kyome22 in #19
  • Include URL in library information by @SNQ-2001 in #21
    anchor
    NavigationView {
      NavigationLink("License") {
          LicenseListView()
    +         .licenseListViewStyle(.withRepositoryAnchorLink)
              .navigationTitle("LICENSE")
              .navigationBarTitleDisplayMode(.inline)
      }
    }

checksum: bcccd07b497020461bf37c3bf1ce9bb46904ef42fec076bd30c333282e89248f

Full Changelog: 0.3.2...0.4.0