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

Update palette requirement from 0.4 to 0.6 #318

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 13, 2021

Updates the requirements on palette to permit the latest version.

Changelog

Sourced from palette's changelog.

Version 0.6.0 - 2021-07-12

  • #235[235]: Upgrade phf to 0.9 and enable named_from_str for no_std.
  • #200[200]: Add Oklab support. Closes #222[222].
  • #231[231]: Update approx and find-crate dependencies.
  • #229[229]: Implement bytemuck::Zeroable and bytemuck::Pod for every color type.
  • #225[225]: Add Hsluv support. Closes #112[112].
  • #223[223]: Add Lchuv support.
  • #221[221]: Add CIE Luv support.
  • #217[217]: Implement relative and absolute methods for Lighten/Darken, Saturate. Closes #215[215].
  • #216[216]: Add doc alias, doc cleanups, remove trait from Packed struct.
  • #211[211]: Implement PartialEq/Eq for all colorspaces, Alpha, PreAlpha, and LabHue/RgbHue. Closes #206[206].
  • #210[210]: Rename Limited trait to Clamp. Closes #209[209].
  • #205[205]: Generalizing gradients and add constant gradients. Closes #62[62].
  • #190[190]: Convert documentation to intra doc links, add default whitepoint for Lab/Lch, make code fixups. Closes #177[177].
  • #189[189]: Correct scaling on random distribution of Lab/Lch.
  • #188[188]: Allow HSV, HSL and HWB to represent nonlinear RGB. Closes #160[160], #187[187].
  • #184[184]: Optimize into_component for float_to_uint, u8 to f32/f64.
  • #183[183]: Optimize matrix functions, color conversion performance.
  • #176[176]: Rewrite the conversion traits to work more like From and Into. Closes #41[41], #111[111].
  • #175[175]: Add feature "random" for random color generation using rand crate. Closes #174[174].
  • #173[173]: Add functions to get min/max component values for all color types, alpha.
  • #170[170]: Add {into,from}_u32 methods for RGB/A, Packed struct for u32 representations of RGBA. Closes #144[144].
  • #164[164]: Implement WCAG contrast ratio calculations.
  • #162[162]: Implement CIEDE2000 color difference for Lab/Lch. Closes #143[143].
  • #161[161]: Split the Component trait into more specific traits.
  • #157[157]: Implement FromStr method for Rgb<S, u8>. Closes #148[148].
  • #158[158]: Make Take iterator for gradient inclusive of both end colors, add tests.
  • #154[154]: Add DoubleEndedIterator impl for gradient::Take. Closes #153[153].
  • #137[137]: Add some missing From impls between Srgb and LinSrgb types.

Version 0.5.0 - 2019-11-17

  • #149[149]: Use libm through num_traits, and update all dependencies.
  • #142[142]: Make libm optional. Closes #116[116].
  • #138[138]: Fix no_std build failure.
  • #136[136]: Update dependencies and remove --release flag from feature tests.
  • #135[135]: Round to nearest instead of down when converting components to integers.
  • #127[127]: fix no_std. Closes #125[125].
  • #124[124]: Update approx dependency to 0.3.
  • #119[119]: Remove the color enum. Closes #72[72].
  • #118[118]: Implement assign ops. Closes #94[94].
  • #110[110]: No std support. Closes #108[108].
  • #106[106]: Add Extended Conversion Trait.
  • #104[104]: Update image and approx crate dependency. Closes #101[101], #100[100].

Version 0.4.1 - 2018-08-02

  • #113[113]: Import everything from the parent scope in derives.

... (truncated)

Commits

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)

Updates the requirements on [palette](https://github.com/Ogeon/palette) to permit the latest version.
- [Release notes](https://github.com/Ogeon/palette/releases)
- [Changelog](https://github.com/Ogeon/palette/blob/master/CHANGELOG.md)
- [Commits](Ogeon/palette@0.4.0...0.6.0)

---
updated-dependencies:
- dependency-name: palette
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants