Skip to content

Releases: renchap/shrine-blurhash

0.2.2

25 Oct 19:19
c44ac2b
Compare
Choose a tag to compare

Fixed

  • 0.2.1 was mistakenly missing the latest commit, re-releasing with it.

0.2.1

25 Oct 19:11
08bbeef
Compare
Choose a tag to compare

Fixed

  • Fixed processing of images with not exactly 3 bands (#14 by @renchap)

0.2.0

22 Oct 17:34
614a6fd
Compare
Choose a tag to compare

Breaking changes

  • Minimum supported Ruby version is 3.1.0

Fixed

  • Remove alpha channel from transparent images (#13 by @bb)

0.1.0

28 Mar 16:47
633e22d
Compare
Choose a tag to compare

Added

  • Allow passing a proc to calculate components (#9 by @NuckChorris)
  • Run tests on Ruby 3.0 and 3.1 in CI