Skip to content

Releases: se3000/ruby-eth

lib eth.rb v0.4.18

04 Jan 13:40
@q9f q9f
v0.4.18
a01e033
Compare
Choose a tag to compare

lib eth.rb v0.4.18 is a service release that fixes macos-compatibility with openssl/ffi versions being loaded an unsafe way.

What's Changed

  • lib: fix compatibility with libressl (macos) and openssl 1.1.1k by @q9f in #66
  • gem: dependacies by @mabdullahkhalil in #73
  • gem: run rufo by @q9f in #74
  • ci: add yard doc and rufo workflows by @q9f in #75

New Contributors

Full Changelog: v0.4.17...v0.4.18

lib eth.rb v0.4.17

01 Dec 15:37
@q9f q9f
v0.4.17
7752afb
Compare
Choose a tag to compare

lib eth.rb v0.4.17 is a service release that renames ::SHA3 references to ::Keccak.

What's Changed

  • Gems: bump keccak to 1.3.0 by @q9f in #69
  • Gems: bump version to 0.4.17 by @q9f in #70

Full Changelog: v0.4.16...v0.4.17

lib eth.rb v0.4.16

30 Oct 12:00
@q9f q9f
v0.4.16
Compare
Choose a tag to compare

lib eth.rb v0.4.16 is a service release that enables ruby 3.0 compatibility by replacing the unmaintained digest-sha3-* gems with keccak.

What's Changed

  • git: deprecating master by @q9f in #63
  • gems: replace digest-sha3-patched with keccak by @q9f in #58
  • docs: add badges to readme by @q9f in #64
  • ci: replace travis with github actions by @q9f in #62
  • gems: bump version to 0.4.16 by @q9f in #65

New Contributors

  • @q9f made their first contribution in #63
  • @q9f is now also co-maintainer of this gem as of v0.4.16 in addition to @se3000

Full Changelog: v0.4.12...v0.4.16; see also CHANGELOG.md.