Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update rust crate colorgrad to 0.7.0 #149

Merged
merged 2 commits into from
Aug 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
colorgrad dependencies minor 0.6.2 -> 0.7.0

Release Notes

mazznoer/colorgrad-rs (colorgrad)

v0.7.0

Compare Source

Added
  • BlendMode::Lab, optional feature, can be enabled using features = ["lab"] in Cargo.toml
  • GradientBuilder new method css() for parsing css gradient format
Changed
  • f64 -> f32.
  • GimpGradient is now a optional feature, can be enabled using features = ["ggr"] in Cargo.toml
  • Preset gradients move to submodule preset.
  • In previous version Gradient is a struct holding LinearGradient, BasisGradient, etc in a Box.
    Now Gradient is a trait. LinearGradient, BasisGradient, etc is now exposed directy,
    and they are implementing Gradient trait.
  • CustomGradient renamed to GradientBuilder
  • CustomGradientError renamed to GradientBuilderError
Removed
  • BlendMode::Hsv
Fixed
  • Error parsing GIMP gradient with UTF-8 BOM.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Aug 7, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@davidkna davidkna merged commit 0bda080 into main Aug 7, 2024
4 checks passed
@davidkna davidkna deleted the renovate/colorgrad-0.x branch August 7, 2024 17:51
@github-actions github-actions bot mentioned this pull request Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant