dataunitylab / jsonoid-discovery

Distributed JSON schema discovery
https://dataunitylab.github.io/jsonoid-discovery/
MIT License
16 stars 3 forks source link

Update fuzzy-sets to 0.5.1 #44

Closed scala-steward closed 2 weeks ago

scala-steward commented 2 weeks ago

About this PR

📦 Updates io.github.dataunitylab:fuzzy-sets from 0.4.0 to 0.5.1

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number The following files still refer to the old version number (0.4.0). You might want to review and update them manually. ``` CHANGELOG.md ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "io.github.dataunitylab", artifactId = "fuzzy-sets" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.github.dataunitylab", artifactId = "fuzzy-sets" } }] ```

labels: library-update, early-semver-major, semver-spec-minor, version-scheme:early-semver, old-version-remains, commit-count:1

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (main@03acccf). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #44 +/- ## ======================================= Coverage ? 82.83% ======================================= Files ? 42 Lines ? 2802 Branches ? 458 ======================================= Hits ? 2321 Misses ? 481 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.