Skip to content

Releases: cybozu/LicenseChecker

3.0.0 (Dec 04, 2025)

Choose a tag to compare

@github-actions github-actions released this 04 Dec 06:45

Breaking Change

There is a change in how to describe white-list.json.
Previously, package names were specified, but this has been changed to specify repository names.

For example:

Repository URL: https://github.com/{org}/some-kit.git

// swift-tools-version: 6.1

import PackageDescription

let package = Package(
    name: "SomeKit",
    products: [
        .library(name: "SomeKit", targets: ["SomeKit"]),
    ],
    targets: [
        .target(name: "SomeKit"),
    ]
)
{
  "licenses": [],
  "libraries": [
-   "SomeKit"
+   "some-kit"
  ]
}

What's Changed

  • Update Workflow Actions by @Kyome22 in #20
  • Changed to use repository name instead of package name for white list. by @Kyome22 in #21

checksum: 9d93e33b54f087cf7e85e7c3020791195c83fb3b004fff10b82c6324180f1b34

Full Changelog: 2.3.0...3.0.0

2.3.0 (Jul 06, 2025)

Choose a tag to compare

@github-actions github-actions released this 06 Jul 05:38

What's Changed

checksum: b631935b4d56b8ef42c5a5e90e83ac3b58f629af8946bfa2f9bfce778e3dc2cb

Full Changelog: 2.2.1...2.3.0

2.2.1 (Mar 11, 2025)

Choose a tag to compare

@github-actions github-actions released this 11 Mar 05:45
1ab25ef

What's Changed

  • Changed to be able to get SourcePackages path regardless of build system type. by @Kyome22 in #19

Full Changelog: 2.2.0...2.2.1

checksum: c8631f73942adf91542b1890d2cb40088e38dd48d7cbcddc271fd1fb57add50b

2.2.0 (Feb 13, 2025)

Choose a tag to compare

@github-actions github-actions released this 13 Feb 15:07
c7ef607

What's Changed

Full Changelog: 2.1.0...2.2.0

checksum: 9564f75569fe8f089b899633a099db5a0745f14737d7473d9805e796749ee441

2.1.0 (Jan 27, 2025)

Choose a tag to compare

@github-actions github-actions released this 27 Jan 08:14

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

checksum: e11383d96a492599f3b6cd961899508c5c4bc3224353213c51aeb169f5f3e6a9

2.0.0 (Dec 26, 2024)

Choose a tag to compare

@github-actions github-actions released this 26 Dec 09:47
f8fda5c

What's Changed

Full Changelog: 1.5.0...2.0.0

checksum: e55e248f589bf9566634830bf266851febff3c71b620fde5aa61033b167b8a9b

1.5.0 (Dec 26, 2024)

Choose a tag to compare

@github-actions github-actions released this 26 Dec 09:33
1cd308e

checksum: 4550b99254fe90791a2b7eb7040684b452d234c3c27500ec7f780931cf084acf

1.4.0 (Jul 19, 2024)

Choose a tag to compare

@github-actions github-actions released this 19 Jul 03:23
b557129

checksum: 66556b7c11d0224c99ee05a2726b762a6a3da4d8793939484e28d21e03d210dd

1.3.0 (Jun 24, 2024)

Choose a tag to compare

@github-actions github-actions released this 24 Jun 05:19
a0db7e0

checksum: 4e3a3c27a457610ac6747fbfc791b330ab6f3bf3bb86c3d4047695303a14edc0

1.2.0 (Apr 15, 2023)

Choose a tag to compare

@github-actions github-actions released this 15 Apr 09:57

checksum: 4b3aacb1c2b2b91012db0b13680eba82f79a779c7271d086e12028901ada71b5