[ruby-talk:444549] [ANN] png 1.3.0 Released

png version 1.3.0 has been released! * home: <https://github.com/seattlerb/png> * bugs: <https://github.com/seattlerb/png/issues> * doco: <http://docs.seattlerb.org/png> PNG is an almost-pure-ruby PNG library. It lets you write a PNG without any C libraries. Changes: ### 1.3.0 / 2024-08-27 Daaaamn... another 9 years! Means it is really stable, right? * 4 minor enhancements: * Removed a bunch of ancient cruft: getbyte, old 1.8 compile hacks, etc. * Removed a bunch of forced deletions of ~/.ruby_inline in test. Cargo culting? * Removed binary encoding on all source files and called #b for the few needed binary strings. * Removed clean as a dependency for test, speeding up tests 3x. * 1 bug fix: * Fix errors created when string literals are frozen.
participants (1)
-
Ryan Davis