adrg / sysfont

Golang identification and matching of system fonts
https://pkg.go.dev/github.com/adrg/sysfont
MIT License
43 stars 13 forks source link

Bump github.com/adrg/strutil from 0.2.3 to 0.3.0 #26

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/adrg/strutil from 0.2.3 to 0.3.0.

Release notes

Sourced from github.com/adrg/strutil's releases.

v0.3.0

Changelog

  • Added NgramCount function.
  • Minor optimization in the n-gram generation functions.
  • Restructured internal util package into mathutil, stringutil and ngram packages.
  • Improved package testing and coverage.
  • Improved package documentation.
  • Added dependabot.yml.
  • Added codeql-analysis.yml.
Commits
  • 36ed16b Minor documentation improvement
  • 1f91c39 Bump actions/setup-go from 2 to 3
  • 1444780 Bump codecov/codecov-action from 2.1.0 to 3
  • 8bf683f Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
  • 71b8c38 Bump actions/checkout from 2 to 3
  • a7ae70d Add mathutil internal package
  • 850caea Add stringutil internal package
  • 02e40e8 Add ngram internal package
  • 3c300bf Add NgramCount example test case
  • a5b1982 Add NgramCount function
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 2 years ago

Codecov Report

Merging #26 (b35fd88) into master (40e3082) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   10.34%   10.34%           
=======================================
  Files           4        4           
  Lines         232      232           
=======================================
  Hits           24       24           
  Misses        208      208           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 40e3082...b35fd88. Read the comment docs.