Releases: renchap/shrine-blurhash
Releases · renchap/shrine-blurhash
0.2.2
Fixed
- 0.2.1 was mistakenly missing the latest commit, re-releasing with it.
0.2.1
Fixed
- Fixed processing of images with not exactly 3 bands (#14 by @renchap)
0.2.0
Breaking changes
- Minimum supported Ruby version is 3.1.0
Fixed
- Remove alpha channel from transparent images (#13 by @bb)
0.1.0
Added
- Allow passing a proc to calculate components (#9 by @NuckChorris)
- Run tests on Ruby 3.0 and 3.1 in CI