You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.2.0
- Deprecation: now requires ruby 3.0+ instead of 2.7+
- Chore:
- Add support for Ruby 3.2
- Lib: define a bit depth of 1 (fix [#1](#1)), even if it seems to be automatic with newer version of (ruby-)vips, to save some storage
v1.1.0
- Dependencies:
- Update to yard [v0.9.27](https://github.com/lsegal/yard/releases/tag/v0.9.27)
- Move from Redcarpet to CommonMarker markdown provider
- Move doc syntax from Rdoc to markdown
- Move dev dependencies from gemspec to gemfile
- Chore:
- Add support for Ruby 3.1