Skip to content

v1.5.0

Latest

Choose a tag to compare

@noraj noraj released this 21 May 20:57
· 6 commits to master since this release
  • Breaking change:
    • Drop support for Ruby 3.2
      • Ruby 3.2 is (EOL)
      • parallel-2.1.0 requires ruby version >= 3.3
  • Chore:
    • Fix ruby-vips backend colourspace casting error #206
    • Change the way version is included. Instead of including a module Version, directly add the VERSION constant in the PixelChart class. It could avoid namespace collision with that kind of generic name.