JuliaGraphics / FreeTypeAbstraction.jl

A Julian abstraction layer over FreeType.jl
Other
25 stars 20 forks source link

update workflows #73

Open t-bltg opened 1 year ago

t-bltg commented 1 year ago

Pinning to a patch version in https://github.com/JuliaGraphics/FreeTypeAbstraction.jl/pull/60 was probably not intended.

Following this PR, a FreeTypeAbstraction bump to 0.10.1 would be appreciated.

Update workflows (to test lts 1.6).

codecov[bot] commented 1 year ago

Codecov Report

Merging #73 (8dadcb0) into master (b7d6d65) will decrease coverage by 0.31%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
- Coverage   94.62%   94.30%   -0.32%     
==========================================
  Files           6        6              
  Lines         316      316              
==========================================
- Hits          299      298       -1     
- Misses         17       18       +1     
Impacted Files Coverage Δ
src/types.jl 93.26% <0.00%> (-0.97%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

SimonDanisch commented 1 year ago

Pinning to a patch version in https://github.com/JuliaGraphics/FreeTypeAbstraction.jl/pull/60 was probably not intended.

If I remember correctly, we might have messed up the minor release so had to then immediately release an important patch...

t-bltg commented 1 year ago

Would then ^0.4.1 be ok, allowing [0.4.1, 0.5.0) ?

SimonDanisch commented 1 year ago

Isn't that what GeometryBasics = "0.4.1" does? At least in my current project with FreeTypeAbstraction, Pkg resolves to the newest GeometryBasics version...

t-bltg commented 1 year ago

After investigating, you're right I messed up my analysis on packages upgrades.